CircuitPyhton JupyterHub Kernel

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
jimgrubb
 
Posts: 1
Joined: Fri Sep 17, 2021 6:38 pm

CircuitPyhton JupyterHub Kernel

Post by jimgrubb »

I'm trying to install the CircuitPython Jupyter Kernel. I'm running JupyterHub on a small x64 computer with Ubuntu 20.04. When I run:

(base) jupyter-jimjup@gru-jupyter:~$ jupyter kernelspec list
Available kernels:
ex /home/jupyter-jimjup/.local/share/jupyter/kernels/ex
python3 /opt/tljh/user/share/jupyter/kernels/python3
circuitpython /usr/local/share/jupyter/kernels/circuitpython
micropython /usr/local/share/jupyter/kernels/micropython
(base) jupyter-jimjup@gru-jupyter:~$

I'm using a USB connected Pico 2040 with CircuitPyhon installed and it works fine with Mu.

When I try to connect with a JupyterLab notebook it times out.

The same setup with Micropython is working.

I use JupyterHub as it allows me to connect from any machine on my network.

Any suggestions would be appreciated.
screenshot_713.png
screenshot_713.png (254.09 KiB) Viewed 40 times

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”