winnekes / itypescript

ITypescript is a typescript kernel for the Jupyter notebook (A modified version of IJavascript)
Other
190 stars 29 forks source link

update jp-kernel to 2.0.0 #21

Closed joequant closed 4 years ago

westurner commented 4 years ago

@nearbydelta Could this be merged? This currently fails with the error listed in #20:

conda install -y jupyter_console nodejs; npm install -g itypescript; its --install=local
jupyter console --kernel typescript
lorarjohns commented 4 years ago

what is the best way to install @joequant 's fork in a docker container, if no one's planning on merging this pr soon?

westurner commented 4 years ago

Do either of these work?

npm install -g git+https://github.com/joequant/itypescript.git\#master

npm install -g git+https://github.com/nearbydelta/itypescript\#pull/21/head

its --install=local