{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "### Run the cell below (shift+enter)" ] }, { "cell_type": "code", "execution_count": 8, "metadata": { "scrolled": true }, "outputs": [], "source": [ "from jupyterthemes import get_themes\n", "import jupyterthemes as jt\n", "from jupyterthemes.stylefx import set_nb_theme" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Uncomment and run cell to select a theme" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "text/html": [ "" ], "text/plain": [ "" ] }, "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# uncomment and execute line to try a new theme\n", "set_nb_theme('onedork')\n", "# set_nb_theme('chesterish')\n", "# set_nb_theme('grade3')\n", "# set_nb_theme('oceans16')\n", "# set_nb_theme('solarizedl')\n", "# set_nb_theme('solarizedd')\n", "# set_nb_theme('monokai')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Test it out by writing some code" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.5" } }, "nbformat": 4, "nbformat_minor": 1 }