You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- create a temporary environment by interpreting a part of the nbformat metadata JSON payload
- start a kernel using the temporary environment (ipython or otherwise)
- join an existing Jupyter notebookapp (or start a new one) which uses the kernel and the notebook that was passed to us
Ping @minrk / @takluyver for your wisdom. Are there any patterns I can follow? This is essentially an extension of https://github.com/takluyver/nbopen but with the addition of ensuring there is an appropriate kernel running.
One potential approach:
Ping @minrk / @takluyver for your wisdom. Are there any patterns I can follow? This is essentially an extension of https://github.com/takluyver/nbopen but with the addition of ensuring there is an appropriate kernel running.