Open Petka17 opened 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.
npm install -g itypescript
But command its --install=local produced the following output
its --install=local
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?
resolved by #14
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 outputI'm working in a virtual environment with the following version of python.
I'm already install javascript and java kernels.
Maybe there is some conflict among kernels?