I am modifying <https://github.com/acrule/nbscratch> Min's Scratchpad 
<https://github.com/minrk/nbextension-scratchpad> extension and am 
wondering if there is a way to make it so code executed in the scratchpad 
does not impact the main notebook. As it is, if I mess with parameters in 
the scratchpad, it will change those parameters in the notebook as both 
share the same kernel. Would it be possible to either:

   1. Fork the kernel to start a new one for risk-free experimenting (this 
   seems to break the one kernel per notebook paradigm)
   2. Revert the kernel to a prior state when the scratchpad is closed?

I'll look through the kernel management source code in the meantime.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/7bc20957-5fc2-4442-97f2-aee3200d1660%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to