Make your JupyterLab awesome with Code Completion, Code Typeahead, Font Changes for Code/UI/Output, Faster Autosave, Black Autoformatting, Ruff Lint Suggestions, Rich Pretty Printed REPL Outputs, Darcula Theme, Autoversion of files, Pandas Lux Visualization, Javascript Kernel and more.
- Download the zip file of this gist. Unzip the zip file to a directory and give execution rights to the .sh files using
chmod +x *.sh
- Ensure you are running on a mac and have homebrew installed
- Ensure you have python(3.9, 3.10, 3.11) installed and is available in the default path. Otherwise, install the versions you want, using
brew install [email protected]
orbrew install [email protected]
orbrew install [email protected]