I want to lunch my iPython notebook kernel remotely and have it import a setup.py file automatically at startup. I have tried
python notebook --no-browser
one of the output message is:
Using existing profile dir: u'/path/to/profile_default'
such directory contains a startup folder which contains my setup.py file.
Unfortunately the content of the file is not imported as expected.
I am looking for the notebook equivalent of the -c option for the standard shell.
In case is relevant, this is still on Python 2.7.