jupyterlab_tensorboard
Tensorboard extension for jupyterlab.
File Explorer
Download Latest Version (.zip)- build.yml
- check-release.yml
- commands-input.png
- commands.png
- launcher.png
- sidebar.png
- tensorboard-overview.png
- jupyterlab_tensorboard.json
- jupyterlab_tensorboard.json
- __init__.py
- _version.py
- api_handlers.py
- handlers.py
- tensorboard_manager.py
- index.ts
- manager.ts
- svg.d.ts
- tab.ts
- tensorboard.ts
- base.css
- index.css
- index.js
- tensorboard.svg
- .eslintignore
- .eslintrc.js
- .gitignore
- .prettierignore
- .prettierrc
- install.json
- LICENSE
- MANIFEST.in
- package.json
- pyproject.toml
- README.md
- RELEASE.md
- setup.py
- tsconfig.json
- yarn.lock
# Installation Guide
git clone https://github.com/chesterli29/jupyterlab_tensorboard
Downloads the entire project code from GitHub to your computer.
cd jupyterlab_tensorboard
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install jupyterlab_tensorboard
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easynpm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
4. Python
Easypip install jupyterlab_tensorboard
Installs the package published on PyPI directly β no need to clone the source.
pip uninstall jupyterlab_tensorboard
Type this command into your terminal and run it.
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
jupyter labextension develop . --overwrite
Type this command into your terminal and run it.
jupyter server extension enable jupyterlab_tensorboard
Type this command into your terminal and run it.
Pulled directly from this repo's README.
