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

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -