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
Scratch my previous solution! Using a different directory other than jupyter_runtime_dir would impose a great burden on us.
So what we need to do is:
Prevent Spyder from crashing when jupyter_runtime_dir is not writable.
Show an error message in our IPython consoles warning users that they need to make jupyter_runtime_dir writable in order for Spyder to create consoles for them.
@mariacamilaremolinagutierrez, about showing errors please see the method called create_new_client in plugins/ipythonconsole.py
This error was reported here:
http://stackoverflow.com/q/40643760/438386
Solution: Ifjupyter_runtime_dir
is not writable we need to switch toTEMPDIR
(defined inutils/programs
) to save and load kernel.json files.@mariacamilaremolinagutierrez, I'm assigning this one to you because you also have issue #3630.
The text was updated successfully, but these errors were encountered: