Ben Chuanlong Du's Blog

It is never too late to learn.

Jupyter Notebook Kernels

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Jupyter Kernels

By default, Python kernels are installed to /usr/local/share/jupyter/kernels and BeakerX kernels are installed to /usr/share/jupyter/kernels.

Python

ipykernel

IPython Kernel for Jupyter/Lab …

Configure Jupyte Notebook Permissions

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. umask in /etc/profile or /etc/bashrc doesn't work in docker, which is strange. Changing UMASK 022 in /etc/login.defs doesn't work either ...

Had issues, tried to set /etc/profile …

Install ITypescript/IJavascript for Jupyter Notebook

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/nearbydelta/itypescript

https://github.com/n-riesco/ijavascript/

wajig install nodejs npm
sudo ln -s /usr/bin/nodejs /usr/bin/node

sudo npm install -g itypescript
sudo its --hide …