LoginSignup
3
1

More than 5 years have passed since last update.

Installing powershell, nodejs, typescript kernels for jupyterlab on Windows.

Last updated at Posted at 2018-04-13

environment check

conda env list
which jupyter-lab
jupyter lab path

image.png

install powershell kernel

which pip
which python
pip install powershell_kernel
python -m powershell_kernel.install

ref https://github.com/vors/jupyter-powershell
image.png

check powershell console

jupyter lab
image.png

install typescript kernel

which tsc
tsc --version
node --version
npm install -g itypescript
which its
its --ts-install=global

ref https://github.com/nearbydelta/itypescript
image.png

check typescript notebook

jupyter lab
image.png

nodejs kernel

npm install -g ijavascript
ijsinstall

image.png

check javascript notebook

jupyter lab
image.png


# ref
kernel list https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1