Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merqurio/jupyter_themes
A plugin to select syntax highlighting on Jupyter
https://github.com/merqurio/jupyter_themes
font jupyter jupyter-themes notebook syntax-highlighting theme
Last synced: about 2 months ago
JSON representation
A plugin to select syntax highlighting on Jupyter
- Host: GitHub
- URL: https://github.com/merqurio/jupyter_themes
- Owner: merqurio
- License: mit
- Created: 2015-05-24T00:28:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T18:28:45.000Z (almost 7 years ago)
- Last Synced: 2024-10-21T23:49:28.197Z (2 months ago)
- Topics: font, jupyter, jupyter-themes, notebook, syntax-highlighting, theme
- Language: JavaScript
- Size: 90.8 KB
- Stars: 163
- Watchers: 4
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Jupyter themes
Modify CodeMirror's Color Syntax.
This **_Jupyter_ Notebook Extension** let's you select the code syntax highlighting. The selected theme is stored in _notebooks config file_ so every time you open a notebook it will automatically load the theme you selected the last time.
### Installation:
```shell
# Create required directory in case (optional)
$ mkdir -p $(jupyter --data-dir)/nbextensions
$ cd $(jupyter --data-dir)/nbextensions
$ mkdir jupyter_themes && cd jupyter_themes
$ wget https://raw.githubusercontent.com/merqurio/jupyter_themes/master/theme_selector.js
# Activate the extension
$ cd ../ && jupyter nbextension enable jupyter_themes/theme_selector
```### Usage:
Find your preferred theme and font at Cell's menu.Changelog
=========
###### NEW in 0.4.1
- JupyterHub support (thanks @dlukes)###### NEW in 0.3.0
- Adds Font modification
- Adds line number toggle###### NEW IN 0.2.0
- Uses CodeMirrors own api & themes## License
The MIT License (MIT) | See LICENSE.md
Copyright (c) 2015, 2016, 2017 Gabi de Maeztu, David Lukes