python - Selecting files in IPython notebooks -



python - Selecting files in IPython notebooks -

is there way me select files on host file-system through ipython notebook? hoping sort of widget based solution.

for example, want train machine learning algorithm using files, , want able select csv files utilize training.

there no widget (yet) maybe :-) otherwise on *nix ipython can things :

files = !ls *.train.csv f in files: ...

and expect

python ipython-notebook

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -