-
Notifications
You must be signed in to change notification settings - Fork 122
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
wrong-type-argument
after call ein:notebooklist-new-notebook-with-name
#485
Comments
Sorry about this. Thanks for reporting a real bug. |
It seems the problem continues. I am still getting the same message
Of course, I have reinstalled the package and deleted all the compiled byte code. |
Please go into directory |
There's no such a function or variable called |
Sorry, |
Ok, I checked my the file under the (list url-or-port kernelspec name))) |
I get a similar error when I didn't first This command should not return nil
Otherwise, I'm afraid I cannot diagnose your problem. |
Check list
https://github.com/millejoh/emacs-ipython-notebook/blob/master/CONTRIBUTING.md
files by removing all the
*.elc
files from source directory of EIN andits dependencies.
(You can check the location in the "System info" section below)
Description of the problem you have
After I called
ein:notebooklist-new-notebook-with-name
, it gave the message thatSo I opened the debugger and the
*BackTrace*
buffer shown thatSteps to reproduce the problem
ein:jupyter-server-start
ein:notebooklist-new-notebook-with-name
Expected output
Your EIN configuration (in .emacs.d/init.el or somewhere else)
I use default config from Spacemacs.
Your IPython configuration
What is your IPython version? (run
ipython --version
):6.2.1
How do you start IPython? (e.g.,
ipython notebook --port 9999
):M-x
ein:jupyter-server-start
What is your IPython notebook port number or URL?:
http://127.0.0.1:8888
Additional information (if any)
I have looked at #464, but I did not set up any proxy.
System info:
The text was updated successfully, but these errors were encountered: