cutter-jupyter icon indicating copy to clipboard operation
cutter-jupyter copied to clipboard

Installation on Windows

Open JJK96 opened this issue 1 year ago • 0 comments

I struggled a lot while installing this on windows, so I'll document the things I found here. I downloaded python 3.7, which matched the version of python shipped with Cutter 2.1.0. I put it in the directory of cutter.

Then I used get-pip.py to install pip. it got installed in the scripts dir and the module in the lib/site-packages directory in the cutter folder. I moved the contents of lib/site-packages to cutter's site-packages directory in python37/site-packages.

Then I was able to run pip. I installed jupyter using: .\python3.exe -m pip install -t python37/site-packages. After the install was successful I got errors that OpenSSL DLL files could not be found. So I copied those DLLs from the python install directory to the directory of cutter.

Then I was able to load the plug-in, but the jupyter notebook and kernel did not start because of #13

I hope I can help someone else with this.

JJK96 avatar Aug 03 '22 13:08 JJK96