0

Some ipynb files are stored here:

/home/jeanpat/Developpements/iPythonNb

Starting ipython as follow to specify the path failed:

~$ ipython --notebook-dir=/home/jeanpat/Developpements/iPythonNb notebook

with the message:

[TerminalIPythonApp] Invalid argument: '--notebook-dir=/home/jeanpat/Developpements/iPythonNb'

ubuntu 13.10 ipython 0.13.2

asked Mar 18, 2014 at 12:58

2 Answers 2

1

The order of your commands just needs switching:

~$ ipython notebook --notebook-dir=/home/jeanpat/Developpements/iPythonNb

The equivalent works for me (ubuntu 12.04, ipython 1.1.0).

answered Mar 18, 2014 at 16:08
Sign up to request clarification or add additional context in comments.

Comments

0

I have to care about the argument order :

~$ ipython notebook --notebook-dir=/home/jeanpat/Developpements/iPythonNb
answered Mar 18, 2014 at 16:17

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.