chesterli29 / jupyterlab_tensorboard

Tensorboard extension for jupyterlab.
MIT License
315 stars 36 forks source link

problem: ERROR: No matching distribution found for jupyterlab_tensorboard #56

Open YunchaoYang opened 2 years ago

YunchaoYang commented 2 years ago

I am trying to install it on jupyterlab 3.4.7 using pip install jupterlab_tensorboard.

Got the following error:

Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com ERROR: Could not find a version that satisfies the requirement jupyterlab_tensorboard (from versions: none) ERROR: No matching distribution found for jupyterlab_tensorboard

Any suggestion is appreciated.

AugustOxQ commented 2 years ago

Same issue on jupyterlab 3.4.8

mo6zes commented 2 years ago

You can try installing with pip install git+https://github.com/chaoleili/jupyterlab_tensorboard

egolfbr commented 1 year ago

same issue on jupyter 3.6.6. installing from Git did not solve the issue