winnekes / itypescript

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

Problem with kernel installation #15

Open Petka17 opened 5 years ago

Petka17 commented 5 years ago

I'm trying to install typescript kernel, but I'm getting an error: "Error parsing version".

Command npm install -g itypescript run successfully.

But command its --install=local produced the following output

Error parsing version: jupyter core     : 4.5.0
jupyter-notebook : 5.7.8
qtconsole        : 4.5.1
ipython          : 7.6.1
ipykernel        : 5.1.1
jupyter client   : 5.3.1
jupyter lab      : 1.0.2
nbconvert        : 5.5.0
ipywidgets       : 7.5.0
nbformat         : 4.4.0
traitlets        : 4.3.2

I'm working in a virtual environment with the following version of python.

$ python --version
Python 3.7.2

I'm already install javascript and java kernels.

$ jupyter kernelspec list
Available kernels:
  javascript    /Users/petr/Library/Jupyter/kernels/javascript
  python3       /Users/petr/code/practice/cs-education/.venv/share/jupyter/kernels/python3
  java          /usr/local/share/jupyter/kernels/java

Maybe there is some conflict among kernels?

Petka17 commented 5 years ago

resolved by #14