Skip to content

Instantly share code, notes, and snippets.

@gzagatti
Created June 29, 2016 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gzagatti/ec2fe8605f78a9456ef6824e6b8585d7 to your computer and use it in GitHub Desktop.
Save gzagatti/ec2fe8605f78a9456ef6824e6b8585d7 to your computer and use it in GitHub Desktop.
Start an ipython console with linked with an existing notebook

When you start the ipython notebook in the terminal, it will output something like this:

2015-03-26 13:05:52.772 [NotebookApp] Kernel started: 4604c4c3-523b-4373-bfdd-222eb1260156 Then start the ipython console like this:

ipython console --existing 4604c4c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment