-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot save notebook in ein #178
Comments
You can get better information by enabling debugging. Also note that the official repository is now at https://github.com/millejoh/emacs-ipython-notebook. Do the following:
|
Thanks for the reply. I attached the debug backtrace! |
Not as helpful as I had hoped. I haven't had problems with saving in some time. Could you send a copy of the notebook you are trying to save, also let me know the command line you use to start jupyter? |
Thanks for getting back on this. This is how I start jupyter; The error appears in every notebook I am using. Find attached an example that I saved through the web interface (just remove the .txt had to add it to append it here). To be fair, I should mention that I am on debian sid (unstable), even though I don't see how this should affect this matter. The whole issue is not super important to me personally since ein saving on my main working station (OSX 10.11) works flawless. Keep up the great work, thanks for all the effort! |
Certainly nothing out of the ordinary there. At this point, if I could recreate the error, I would be using the Lisp debugger to step through the code as it called This probably won't help much, but my only suggestion is to double check that you have the latest version of ein and its dependencies downloaded from MELPA. For good measure you can also call Also, was there anything of note in ein:log-all or the websocket log buffer while you had ein in debug mode? |
I needed to disable xsrf, per this: nteract/hydrogen#922 (comment) The errors I was seeing from the jupyter notebook server were like this:
disabling xsrf doesn't concern me too much in this case, since I'm running the server on my localhost and not allowing external connections to it. |
Hi,
whenever I am trying to call ein:notebook-save-notebook (with c-x x-s or directly) I get an error message:
There is no jupyter console output and I can save the notebooks in the web interface.
Setup:
not sure what's going on, any ideas?
The text was updated successfully, but these errors were encountered: