ubuntu - How to set the ipython working directory? -
some ipynb files stored here:
/home/jeanpat/developpements/ipythonnb starting ipython follow specify path failed:
~$ ipython --notebook-dir=/home/jeanpat/developpements/ipythonnb notebook with message:
[terminalipythonapp] invalid argument: '--notebook-dir=/home/jeanpat/developpements/ipythonnb' ubuntu 13.10 ipython 0.13.2
the order of commands needs switching:
~$ ipython notebook --notebook-dir=/home/jeanpat/developpements/ipythonnb the equivalent works me (ubuntu 12.04, ipython 1.1.0).
Comments
Post a Comment