All Projects → transcranial → Jupyter Themer

transcranial / Jupyter Themer

Licence: mit
Apply custom CSS styling to your jupyter notebooks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Jupyter Themer

Python Scraping
Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
Stars: ✭ 3,557 (+1004.66%)
Mutual labels:  jupyter-notebook
Bmc
Notes on Scientific Computing for Biomechanics and Motor Control
Stars: ✭ 319 (-0.93%)
Mutual labels:  jupyter-notebook
Julia Dataframes Tutorial
A tutorial on Julia DataFrames package
Stars: ✭ 318 (-1.24%)
Mutual labels:  jupyter-notebook
Reco Gym
Code for reco-gym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising
Stars: ✭ 314 (-2.48%)
Mutual labels:  jupyter-notebook
Python
🐍 Python Programs
Stars: ✭ 320 (-0.62%)
Mutual labels:  jupyter-notebook
Standalone Deeplearning
2019 KAIST 딥러닝 홀로서기 세미나용 저장소입니다.
Stars: ✭ 318 (-1.24%)
Mutual labels:  jupyter-notebook
Thinkstats2
Text and supporting code for Think Stats, 2nd Edition
Stars: ✭ 3,474 (+978.88%)
Mutual labels:  jupyter-notebook
Joypy
Joyplots in Python with matplotlib & pandas 📈
Stars: ✭ 322 (+0%)
Mutual labels:  jupyter-notebook
Siml
Machine Learning algorithms implemented from scratch
Stars: ✭ 319 (-0.93%)
Mutual labels:  jupyter-notebook
Bokeh Python Visualization
A Bokeh project developed for learning and teaching Bokeh interactive plotting!
Stars: ✭ 321 (-0.31%)
Mutual labels:  jupyter-notebook
Codefun
DataStructure(SwordOffer、LeetCode)、Deep Learning(Tensorflow、Keras、Pytorch)、Machine Learning(sklearn、spark)、AutoML、AutoDL、ModelDeploying、SQL
Stars: ✭ 319 (-0.93%)
Mutual labels:  jupyter-notebook
Self Correction Human Parsing
An out-of-box human parsing representation extractor.
Stars: ✭ 319 (-0.93%)
Mutual labels:  jupyter-notebook
Recurrent Neural Networks
Learning about and doing projects with recurrent neural networks
Stars: ✭ 320 (-0.62%)
Mutual labels:  jupyter-notebook
Dliss Tutorial
Tutorial for International Summer School on Deep Learning, 2019
Stars: ✭ 319 (-0.93%)
Mutual labels:  jupyter-notebook
Notebooks Contrib
RAPIDS Community Notebooks
Stars: ✭ 321 (-0.31%)
Mutual labels:  jupyter-notebook
Quantum
Microsoft Quantum Development Kit Samples
Stars: ✭ 3,453 (+972.36%)
Mutual labels:  jupyter-notebook
Datos Covid19
En formato estándar
Stars: ✭ 316 (-1.86%)
Mutual labels:  jupyter-notebook
Carnd Traffic Sign Classifier Project
Classify Traffic Signs.
Stars: ✭ 323 (+0.31%)
Mutual labels:  jupyter-notebook
Ml prep
Machine Learning interview prep guide
Stars: ✭ 298 (-7.45%)
Mutual labels:  jupyter-notebook
Sars tutorial
Repository for the tutorial on Sequence-Aware Recommender Systems held at TheWebConf 2019 and ACM RecSys 2018
Stars: ✭ 320 (-0.62%)
Mutual labels:  jupyter-notebook

jupyter-themer

https://travis-ci.org/transcranial/jupyter-themer https://pypi.python.org/pypi/jupyter-themer/0.1.0

Apply custom CSS styling to your jupyter notebooks. Contributions are welcome!

Mix and match themes by:

  • layout (example: wide)

layout

  • typography (example: serif)

typography

  • color (example: night)

color

You can always revert back to the default:

default

Installation

pip install jupyter-themer

or

python setup.py install

Usage

NOTE: Old ipython configuration files, for example at the default ~/.ipython, may need to be removed in order for jupyter to use the correct files.

usage: jupyter-themer [-c COLOR, --color COLOR]
                      [-l LAYOUT, --layout LAYOUT]
                      [-t TYPOGRAPHY, --typography TYPOGRAPHY]
                      [-f CODE_FONT, --font CODE_FONT]
                      [-b BACKGROUND, --background BACKGROUND]
                      [-s OPTION, --show OPTION]
                      [-p PATH, --css_path PATH]

If no arguments are supplied, the program will revert the jupyter notebook style back to default.

Any combination of the style types can be specified, and the program will mix together the associated color/layout/typographic/code font/background css files accordingly, writing it to the custom.css file used by the notebook. Use -p or --css_path to specify a custom path for the css file, for example if you need per-user configuration.

To get a list of available options use the show argument, e.g. jupyter-themer --show color

For all running notebooks, a quick browser refresh will be needed to apply the stylesheet.

Available themes

-c, --color
  • 3024-day
  • 3024-night
  • abcdef
  • ambiance
  • base16-dark
  • base16-light
  • blackboard
  • cobalt
  • colorforth
  • dracula
  • eclipse
  • elegant
  • erlang-dark
  • icecoder
  • lesser-dark
  • liquibyte
  • material
  • mbo
  • mdn-like
  • midnight
  • monokai
  • neat
  • neo
  • night
  • paraiso-dark
  • paraiso-light
  • pastel-on-dark
  • rubyblue
  • seti
  • solarized-light
  • solarized-dark
  • the-matrix
  • tomorrow-night-bright
  • tomorrow-night-eighties
  • ttcn
  • twilight
  • vibrant-ink
  • xq-dark
  • xq-light
  • yeti
  • zenburn
-l, --layout
  • wide
  • hovertable
-t, --typography
  • serif
-f, --font
  • Ubuntu_Mono
-b, --background
  • dark

License

MIT License

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