winnekes / itypescript

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

Website for samples down #32

Open Makki93 opened 2 years ago

Makki93 commented 2 years ago

Hey @winnekes :) Firstly, thanks a lot for your effort! Secondly, in the usage.md you refer to the ITypescript website, which is offline. Any recommendations where I can get other samples from?

I use your Typescript kernel in vscode jupyter notebooks. There I have the problem that libraries that are loaded in one code cell aren't available in the next one, which actually makes jupyer notebooks unusable. Console recommends me to add various stuff to my tsconfig file, but that didn't help either.

Best wishes, Markus

BananaAcid commented 1 year ago

@Makki93 "I use your Typescript kernel in vscode jcould upyter notebooks." - I am trying to do the same, have a small info on how to do that?