I'm using Ubuntu 20.04 and is new to TCIA. I created a fresh environment and installed nothing except jupyter notebook. I use the command
pip install notebook
to install jupyter notebook.
But I have a conflict when trying to install tcia-utils. I got
ERROR: jupyterlab-server 2.25.2 has requirement jsonschema>=4.18.0, but you'll have jsonschema 3.2.0 which is incompatible.
ERROR: jupyter-events 0.9.0 has requirement jsonschema[format-nongpl]>=4.18.0, but you'll have jsonschema 3.2.0 which is incompatible.
Hi,
I'm using Ubuntu 20.04 and is new to TCIA. I created a fresh environment and installed nothing except jupyter notebook. I use the command
to install jupyter notebook.
But I have a conflict when trying to install tcia-utils. I got
What version of jupyter-notebook is supported?
Thanks!