|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "261fa1de", |
| 6 | + "metadata": {}, |
| 7 | + "source": [ |
| 8 | + "https://stackoverflow.com/questions/46510192/change-the-theme-in-jupyter-notebook" |
| 9 | + ] |
| 10 | + }, |
| 11 | + { |
| 12 | + "cell_type": "code", |
| 13 | + "execution_count": 11, |
| 14 | + "id": "1255888b", |
| 15 | + "metadata": { |
| 16 | + "scrolled": true |
| 17 | + }, |
| 18 | + "outputs": [ |
| 19 | + { |
| 20 | + "name": "stdout", |
| 21 | + "output_type": "stream", |
| 22 | + "text": [ |
| 23 | + "Requirement already satisfied: jupyterthemes in c:\\users\\vicky\\anaconda3\\lib\\site-packages (0.20.0)\n", |
| 24 | + "Requirement already satisfied: lesscpy>=0.11.2 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jupyterthemes) (0.15.1)\n", |
| 25 | + "Requirement already satisfied: matplotlib>=1.4.3 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jupyterthemes) (3.5.2)\n", |
| 26 | + "Requirement already satisfied: jupyter-core in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from jupyterthemes) (5.2.0)\n", |
| 27 | + "Requirement already satisfied: ipython>=5.4.1 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jupyterthemes) (7.31.1)\n", |
| 28 | + "Requirement already satisfied: notebook>=5.6.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jupyterthemes) (6.4.12)\n", |
| 29 | + "Requirement already satisfied: decorator in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (4.4.2)\n", |
| 30 | + "Requirement already satisfied: colorama in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (0.4.5)\n", |
| 31 | + "Requirement already satisfied: pickleshare in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (0.7.5)\n", |
| 32 | + "Requirement already satisfied: jedi>=0.16 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (0.18.1)\n", |
| 33 | + "Requirement already satisfied: setuptools>=18.5 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (63.4.1)\n", |
| 34 | + "Requirement already satisfied: matplotlib-inline in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (0.1.6)\n", |
| 35 | + "Requirement already satisfied: backcall in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (0.2.0)\n", |
| 36 | + "Requirement already satisfied: traitlets>=4.2 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (5.9.0)\n", |
| 37 | + "Requirement already satisfied: pygments in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (2.11.2)\n", |
| 38 | + "Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipython>=5.4.1->jupyterthemes) (3.0.38)\n", |
| 39 | + "Requirement already satisfied: ply in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from lesscpy>=0.11.2->jupyterthemes) (3.11)\n", |
| 40 | + "Requirement already satisfied: pillow>=6.2.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (8.1.0)\n", |
| 41 | + "Requirement already satisfied: packaging>=20.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (21.3)\n", |
| 42 | + "Requirement already satisfied: fonttools>=4.22.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (4.25.0)\n", |
| 43 | + "Requirement already satisfied: pyparsing>=2.2.1 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (3.0.9)\n", |
| 44 | + "Requirement already satisfied: kiwisolver>=1.0.1 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (1.4.2)\n", |
| 45 | + "Requirement already satisfied: python-dateutil>=2.7 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (2.8.2)\n", |
| 46 | + "Requirement already satisfied: numpy>=1.17 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (1.21.5)\n", |
| 47 | + "Requirement already satisfied: cycler>=0.10 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from matplotlib>=1.4.3->jupyterthemes) (0.11.0)\n", |
| 48 | + "Requirement already satisfied: Send2Trash>=1.8.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (1.8.0)\n", |
| 49 | + "Requirement already satisfied: nest-asyncio>=1.5 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from notebook>=5.6.0->jupyterthemes) (1.5.6)\n", |
| 50 | + "Requirement already satisfied: ipykernel in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from notebook>=5.6.0->jupyterthemes) (6.21.3)\n", |
| 51 | + "Requirement already satisfied: nbformat in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (5.5.0)\n", |
| 52 | + "Requirement already satisfied: ipython-genutils in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (0.2.0)\n", |
| 53 | + "Requirement already satisfied: argon2-cffi in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (21.3.0)\n", |
| 54 | + "Requirement already satisfied: tornado>=6.1 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from notebook>=5.6.0->jupyterthemes) (6.2)\n", |
| 55 | + "Requirement already satisfied: jinja2 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (3.1.2)\n", |
| 56 | + "Requirement already satisfied: nbconvert>=5 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (6.4.4)\n", |
| 57 | + "Requirement already satisfied: terminado>=0.8.3 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (0.13.1)\n", |
| 58 | + "Requirement already satisfied: pyzmq>=17 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from notebook>=5.6.0->jupyterthemes) (25.0.1)\n", |
| 59 | + "Requirement already satisfied: jupyter-client>=5.3.4 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from notebook>=5.6.0->jupyterthemes) (8.0.3)\n", |
| 60 | + "Requirement already satisfied: prometheus-client in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from notebook>=5.6.0->jupyterthemes) (0.14.1)\n", |
| 61 | + "Requirement already satisfied: platformdirs>=2.5 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from jupyter-core->jupyterthemes) (3.1.1)\n", |
| 62 | + "Requirement already satisfied: pywin32>=1.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jupyter-core->jupyterthemes) (302)\n", |
| 63 | + "Requirement already satisfied: parso<0.9.0,>=0.8.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jedi>=0.16->ipython>=5.4.1->jupyterthemes) (0.8.3)\n", |
| 64 | + "Requirement already satisfied: importlib-metadata>=4.8.3 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from jupyter-client>=5.3.4->notebook>=5.6.0->jupyterthemes) (6.0.0)\n", |
| 65 | + "Requirement already satisfied: bleach in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (4.1.0)\n", |
| 66 | + "Requirement already satisfied: defusedxml in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (0.7.1)\n", |
| 67 | + "Requirement already satisfied: pandocfilters>=1.4.1 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (1.5.0)\n", |
| 68 | + "Requirement already satisfied: testpath in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (0.6.0)\n", |
| 69 | + "Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (0.5.13)\n", |
| 70 | + "Requirement already satisfied: entrypoints>=0.2.2 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (0.4)\n", |
| 71 | + "Requirement already satisfied: jupyterlab-pygments in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (0.1.2)\n", |
| 72 | + "Requirement already satisfied: beautifulsoup4 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (4.11.1)\n", |
| 73 | + "Requirement already satisfied: mistune<2,>=0.8.1 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbconvert>=5->notebook>=5.6.0->jupyterthemes) (0.8.4)\n", |
| 74 | + "Requirement already satisfied: MarkupSafe>=2.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jinja2->notebook>=5.6.0->jupyterthemes) (2.1.2)\n", |
| 75 | + "Requirement already satisfied: jsonschema>=2.6 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbformat->notebook>=5.6.0->jupyterthemes) (4.16.0)\n", |
| 76 | + "Requirement already satisfied: fastjsonschema in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from nbformat->notebook>=5.6.0->jupyterthemes) (2.16.2)\n", |
| 77 | + "Requirement already satisfied: wcwidth in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.4.1->jupyterthemes) (0.2.5)\n", |
| 78 | + "Requirement already satisfied: six>=1.5 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from python-dateutil>=2.7->matplotlib>=1.4.3->jupyterthemes) (1.16.0)\n", |
| 79 | + "Requirement already satisfied: pywinpty>=1.1.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from terminado>=0.8.3->notebook>=5.6.0->jupyterthemes) (2.0.2)\n", |
| 80 | + "Requirement already satisfied: argon2-cffi-bindings in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from argon2-cffi->notebook>=5.6.0->jupyterthemes) (21.2.0)\n", |
| 81 | + "Requirement already satisfied: debugpy>=1.6.5 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from ipykernel->notebook>=5.6.0->jupyterthemes) (1.6.6)\n", |
| 82 | + "Requirement already satisfied: psutil in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from ipykernel->notebook>=5.6.0->jupyterthemes) (5.9.0)\n", |
| 83 | + "Requirement already satisfied: comm>=0.1.1 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from ipykernel->notebook>=5.6.0->jupyterthemes) (0.1.2)\n", |
| 84 | + "Requirement already satisfied: zipp>=0.5 in c:\\users\\vicky\\appdata\\roaming\\python\\python39\\site-packages (from importlib-metadata>=4.8.3->jupyter-client>=5.3.4->notebook>=5.6.0->jupyterthemes) (3.15.0)\n", |
| 85 | + "Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jsonschema>=2.6->nbformat->notebook>=5.6.0->jupyterthemes) (0.18.0)\n", |
| 86 | + "Requirement already satisfied: attrs>=17.4.0 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from jsonschema>=2.6->nbformat->notebook>=5.6.0->jupyterthemes) (21.4.0)\n", |
| 87 | + "Requirement already satisfied: cffi>=1.0.1 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from argon2-cffi-bindings->argon2-cffi->notebook>=5.6.0->jupyterthemes) (1.15.1)\n", |
| 88 | + "Requirement already satisfied: soupsieve>1.2 in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from beautifulsoup4->nbconvert>=5->notebook>=5.6.0->jupyterthemes) (2.3.1)\n", |
| 89 | + "Requirement already satisfied: webencodings in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from bleach->nbconvert>=5->notebook>=5.6.0->jupyterthemes) (0.5.1)\n", |
| 90 | + "Requirement already satisfied: pycparser in c:\\users\\vicky\\anaconda3\\lib\\site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->notebook>=5.6.0->jupyterthemes) (2.21)\n" |
| 91 | + ] |
| 92 | + } |
| 93 | + ], |
| 94 | + "source": [ |
| 95 | + "!pip install jupyterthemes" |
| 96 | + ] |
| 97 | + }, |
| 98 | + { |
| 99 | + "cell_type": "code", |
| 100 | + "execution_count": 12, |
| 101 | + "id": "c27e9d54", |
| 102 | + "metadata": {}, |
| 103 | + "outputs": [], |
| 104 | + "source": [ |
| 105 | + "!jt -t oceans16" |
| 106 | + ] |
| 107 | + }, |
| 108 | + { |
| 109 | + "cell_type": "code", |
| 110 | + "execution_count": null, |
| 111 | + "id": "9e9fd102", |
| 112 | + "metadata": {}, |
| 113 | + "outputs": [], |
| 114 | + "source": [] |
| 115 | + } |
| 116 | + ], |
| 117 | + "metadata": { |
| 118 | + "kernelspec": { |
| 119 | + "display_name": "Python 3 (ipykernel)", |
| 120 | + "language": "python", |
| 121 | + "name": "python3" |
| 122 | + }, |
| 123 | + "language_info": { |
| 124 | + "codemirror_mode": { |
| 125 | + "name": "ipython", |
| 126 | + "version": 3 |
| 127 | + }, |
| 128 | + "file_extension": ".py", |
| 129 | + "mimetype": "text/x-python", |
| 130 | + "name": "python", |
| 131 | + "nbconvert_exporter": "python", |
| 132 | + "pygments_lexer": "ipython3", |
| 133 | + "version": "3.9.13" |
| 134 | + } |
| 135 | + }, |
| 136 | + "nbformat": 4, |
| 137 | + "nbformat_minor": 5 |
| 138 | +} |
0 commit comments