jupyterlab
π Soothing pastel theme for JupyterLab
File Explorer
Download Latest Version (.zip)- build.yml
- check-release.yml
- prep-release.yml
- publish-release.yml
- .gitkeep
- frappe.webp
- github-social-preview.png
- latte.webp
- macchiato.webp
- mocha-brand.webp
- mocha.webp
- preview.webp
- settings.webp
- __init__.py
- markdown.md
- python.ipynb
- r.ipynb
- plugin.json
- index.ts
- palettes.ts
- index.css
- variables.css
- .copier-answers.yml
- .editorconfig
- .gitignore
- .prettierignore
- .yarnrc.yml
- CHANGELOG.md
- index.tera
- install.json
- jupyterlab.tera
- justfile
- LICENSE
- package.json
- pyproject.toml
- README.md
- RELEASE.md
- renovate.json
- setup.py
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/catppuccin/jupyterlab
Downloads the entire project code from GitHub to your computer.
cd jupyterlab
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
