We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I encountered 2 pbs with cl-jupyter:
First the installation script reported an Ipython version mismatch
... Frontend: using IPython v4.1 Error: mismatch ipython version (5.0 vs 4.1) Abort.
I edited the script to carry on the installation and it worked.
Then as I ran a notebook I got two errors:
fatal error: zmq.h: Aucun fichier ou dossier de ce type
for which I installed apt-get install libzmq-dev
apt-get install libzmq-dev
right after I got The alien function "zmq_ctx_new" is undefined. for which I did apt-get install libzmq3-dev.
The alien function "zmq_ctx_new" is undefined.
apt-get install libzmq3-dev
I don't know if the two are necessary.
Now I get a notebook working ! \o/
Nice work, cheers !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I encountered 2 pbs with cl-jupyter:
Ipython versions mismatch
First the installation script reported an Ipython version mismatch
I edited the script to carry on the installation and it worked.
zmq needed
Then as I ran a notebook I got two errors:
for which I installed
apt-get install libzmq-dev
right after I got
The alien function "zmq_ctx_new" is undefined.
for which I didapt-get install libzmq3-dev
.I don't know if the two are necessary.
Now I get a notebook working ! \o/
Nice work, cheers !
The text was updated successfully, but these errors were encountered: