We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Objective: be able to tweak (at the same time):
For tweaking a specific jupyter version, the simplest is to use virtual-env
$ virtual-env /home/me/devel/jupyter-tweak $ /home/me/devel/jupyter-tweak/bin activate $ pip3 install jupyter
Remark: the interesting network code is in: notebook/base/zmqhandlers.py and jupyter_client/session.py
notebook/base/zmqhandlers.py
jupyter_client/session.py
$ cd ~/quicklisp/local-projects $ git clone https://github.com/orivej/pzmq