Open
Description
I hope this saves a people a lot of time on Windows
I'm very new to nim, but not that new to VScode or Jupyter Notebooks.
nimble install jupyternim -y got me about 99.99% of the way.
The problem was that zmq.dll couldn't be found. Digging in I found the zmq.dll wasn't compiled:
Installing zmq@>= 1.2.1 & < 1.3.0
Downloading https://github.com/nim-lang/nim-zmq using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: zmq installed successfully.
Yeah, no.
I looked for a zmq.dll to download, found https://www.dll-files.com/libzmq.dll.html, but that was the 64bit version.
Found https://www.dll4free.com/libzmq.dll.html, scanned it for bad stuff, renamed it to zmq.dll and put it in the same folder as jupyternim.exe
Now it works in Jupyter Notebooks (Ananaconda version, and VScode)