Skip to content

Instantly share code, notes, and snippets.

@luiscape
Created December 19, 2017 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luiscape/24546988ba27dbb7c92b7d3e710b604b to your computer and use it in GitHub Desktop.
Save luiscape/24546988ba27dbb7c92b7d3e710b604b to your computer and use it in GitHub Desktop.
Install and configure Jupyter Themes.
#!/bin/bash
#
# Instally the theme library.
#
pip install jupyterthemes
#
# Configure to use preferred theme.
#
jt -t grade3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment