All Projects → merqurio → Jupyter_themes

merqurio / Jupyter_themes

Licence: mit
A plugin to select syntax highlighting on Jupyter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jupyter themes

Nbconflux
nbconflux converts Jupyter Notebooks to Atlassian Confluence pages
Stars: ✭ 82 (-45.7%)
Mutual labels:  jupyter, notebook
Jupyter Radare2
Just a simple radare2 Jupyter kernel
Stars: ✭ 109 (-27.81%)
Mutual labels:  jupyter, notebook
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (-43.71%)
Mutual labels:  jupyter, notebook
Geonotebook
A Jupyter notebook extension for geospatial visualization and analysis
Stars: ✭ 1,007 (+566.89%)
Mutual labels:  jupyter, notebook
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (-15.23%)
Mutual labels:  jupyter, notebook
Notebook
Jupyter Interactive Notebook
Stars: ✭ 8,710 (+5668.21%)
Mutual labels:  jupyter, notebook
Prml
PRML algorithms implemented in Python
Stars: ✭ 10,206 (+6658.94%)
Mutual labels:  jupyter, notebook
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+427.15%)
Mutual labels:  jupyter, notebook
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (-18.54%)
Mutual labels:  jupyter, notebook
Kubeflow
Machine Learning Toolkit for Kubernetes
Stars: ✭ 11,028 (+7203.31%)
Mutual labels:  jupyter, notebook
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (+531.79%)
Mutual labels:  jupyter, notebook
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1137.09%)
Mutual labels:  jupyter, notebook
Dyalog Jupyter Kernel
A Jupyter kernel for Dyalog APL
Stars: ✭ 26 (-82.78%)
Mutual labels:  jupyter, notebook
Jupyter Themes
Custom Jupyter Notebook Themes
Stars: ✭ 8,879 (+5780.13%)
Mutual labels:  jupyter, syntax-highlighting
P5 Notebook
A minimal Jupyter Notebook UI for p5.js kernels running in the browser
Stars: ✭ 26 (-82.78%)
Mutual labels:  jupyter, notebook
Fastai Course 1
Docker environment for fast.ai Deep Learning Course 1 at http://course.fast.ai
Stars: ✭ 98 (-35.1%)
Mutual labels:  jupyter, notebook
Digital Signal Processing Lecture
Digital Signal Processing - Theory and Computational Examples
Stars: ✭ 532 (+252.32%)
Mutual labels:  jupyter, notebook
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+3683.44%)
Mutual labels:  jupyter, notebook
Spark R Notebooks
R on Apache Spark (SparkR) tutorials for Big Data analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 109 (-27.81%)
Mutual labels:  jupyter, notebook
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (-11.26%)
Mutual labels:  jupyter, notebook

Jupyter themes

Modify CodeMirror's Color Syntax.

preview1 preview2

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:

# 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.

screen shot 2016-03-27 at 06 09 53

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].