You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have the Anaconda distribution, but I do have the Miniconda distribution for Jupyter which requires conda activate before it runs. Is it possible to install this kernel in such Miniconda environments?
Traceback (most recent call last):
File "d:\miniconda3\scripts\jupyter-kernelspec-script.py", line 5, \
in <module>
from jupyter_client.kernelspecapp import KernelSpecApp
File "d:\miniconda3\lib\site-packages\jupyter_client\__init__.py", \
line 4, in <module>
from .connect import *
File "d:\miniconda3\lib\site-packages\jupyter_client\connect.py", \
line 21, in <module>
import zmq
File "d:\miniconda3\lib\site-packages\zmq\__init__.py", line 55, in \
<module>
from zmq import backend
File "d:\miniconda3\lib\site-packages\zmq\backend\__init__.py", \
line 40, in <module>
reraise(*exc_info)
File "d:\miniconda3\lib\site-packages\zmq\utils\sixcerpt.py", line \
34, in reraise
raise value
File "d:\miniconda3\lib\site-packages\zmq\backend\__init__.py", \
line 27, in <module>
_ns = select_backend(first)
File "d:\miniconda3\lib\site-packages\zmq\backend\select.py", line \
28, in select_backend
mod = __import__(name, fromlist=public_api)
File "d:\miniconda3\lib\site-packages\zmq\backend\cython\__init__.\
py", line 6, in <module>
from . import (constants, error, message, context,
ImportError: DLL load failed while importing error: The specified \
module could not be found.
The text was updated successfully, but these errors were encountered:
If you use the method 1 in README to integrate mathkernel to jupyter, you need only run ./configure-jupyter.wls add $path_to_wolfram_engine $path_to_jupyter
For example, if your miniconda is installed in /home/usrname/dir and jupyter in the enviroment jupy, then $path_to_jupyter should be /home/usrname/dir/envs/jupy/bin/jupyter
You may need to add wolframscript to your PATH such that env could find it. The .wls script should run in the directory containing WolframLanguageForJupyter package, usually it is the one git clone created.
I don't have the
Anaconda
distribution, but I do have theMiniconda
distribution for Jupyter which requiresconda activate
before it runs. Is it possible to install this kernel in suchMiniconda
environments?The text was updated successfully, but these errors were encountered: