-
```
What version of the product are you using? On what operating system?
$ python -V
Python 2.7.7
$ lsb_release -a
LSB Version:
:base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:gra…
-
(base) C:\Users\ASUS>jupyter notebook
Traceback (most recent call last):
File "E:\Anaconda3\Scripts\jupyter-notebook-script.py", line 6, in
from notebook.notebookapp import main
File "E:\…
-
### Current Behaviour
After a single use of the dark_mode parameter, the output data of the cells began to disappear. Reinstalling the editor, creating a new environment, reinstalling the libraries c…
-
This build failed on windows: https://github.com/drvinceknight/nbchkr/pull/9/checks?check_run_id=842338481
Looks like installation of a dependency might have gone wrong. Here is some of the stack t…
-
Hello everyone, recently I've installed the package Xeus-cling via conda, and after the jupyter notebook doesn't run, and return this error when I type `jupyter notebook`
```
[/home/andrey/Program…
-
Right now:
```
$ ipython notebook
[... snip]
raise ImportError("%s requires pyzmq >= %s"%(module, minimum_version))
ImportError: IPython.zmq requires pyzmq >= 2.1.4
```
This is not super hel…
-
I recently did a clean install of Jupyter Lab so I have a stable setup, without all those startup warnings etc.
I am keen to again have a "snippets" capability.
However I am a bit reluctant to i…
-
Launching:
`hydra rmq --total_sub_apps=1`
I found missing requirements on the slave nodes.
I fixed it by add `psutil`, `pyzmq`, `protobuf` on each slave node.
Why the zmq python library is require…
-
# Issue description
I'm using simplest possible PUB/SUB scenario over TCP.
One publisher and single subscriber.
Both on the same machine.
LibZmq is encapsulated in python package PyZMQ,
but the e…
-
Hi there!
Does txZMQ support ZMQ 4.x?
Thanks!
Matthew