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
Post a Comment