Questions tagged [jupyter-kernel]
66 questions
0
votes
1 answer
When using jupyter_client how do I get data in HTML?
I'm wondering if jupyter_client is able to return code sent in to the execute function as HTML somehow?
I'm also wondering if I can do the same with stdout and stderr, as well as markdown?
If jupyter_client cannot do this, is there a jupyter…

Hairy
- 393
- 1
- 10
0
votes
1 answer
import problems with jupyter notebook seaborn and statsmodels & kernel issues
I created a new environment yesterday in C:\Users\Anonymous\Desktop\test\env. However, today I created another environment in C:\Users\Anonymous\Desktop\test2\env.
However when I use anaconda prompt and do the following:
conda activate…

Noobcoder
- 326
- 3
- 14
0
votes
2 answers
Error when I try install a C kernel for jupyter
I'm trying to install the C kernel for jupyter, following the steps on the documentation. Which is
> pip install jupyter-c-kernel
> install_c_kernel
> jupyter-notebook
on the second step the following error appears:
Traceback (most recent call…

gustavo martinis
- 13
- 5
0
votes
0 answers
The Kernel in Jupyter Notebook does not respond when importing the ROOT framework
I am hoping to use pyRoot, the data analysis framework developed by CERN, by integrating it in a Jupyter notebook. That said, I believe that I did the proper installation of ROOT on my macOS 10.
When I launch the ROOT Jupyter notebook using the…

user1680944
- 537
- 2
- 13
- 23
0
votes
1 answer
Cannot import rpy2.robjects from conda environment in Jupyter notebook but in console
Importing rpy2.robjects fails in the jupyter notebook with LookupError: 'show' not found, however, import works in the commandline python interpreter with activated environment. How can I make it work in the notebook?
I have created the conda…

Marchhare
- 29
- 4
-1
votes
1 answer
Jupyter kernel dying when trying to run conv neural network code in wsl with h/w acceleration
I am doing basic code of classifying cats and dogs using convolutional neural network. I have 4000 images of dogs and 4000 images of cats.
When the code goes to the part where we train the model the kernel dies.
I have wsl on windows and I am doing…

Siddharth Khodke
- 1
- 2