|
5 | 5 | import sys
|
6 | 6 |
|
7 | 7 | #Change these to fit desired repos and icons
|
8 |
| -REPOS = [("jupyter", "notebook"), ("jupyter", "jupyter_console"), ("jupyter", "jupyter_core"), ("ipython", "ipywidgets"), \ |
9 |
| - ("ipython", "ipyparallel"), ("jupyter", "nbconvert"), ("jupyter", "nbformat"), ("jupyter", "nbgrader"), ("jupyter", "tmpnb")] |
| 8 | +REPOS = [ |
| 9 | + ("jupyterlab", "jupyterlab"), |
| 10 | + ("jupyterhub", "jupyterhub"), |
| 11 | + ("jupyter", "notebook"), |
| 12 | + ("jupyter", "jupyter_console"), |
| 13 | + ("jupyter", "jupyter_core"), |
| 14 | + ("ipython", "ipywidgets"), |
| 15 | + ("ipython", "ipyparallel"), |
| 16 | + ("jupyter", "nbconvert"), |
| 17 | + ("jupyter", "nbformat"), |
| 18 | + ("jupyter", "tmpnb"), |
| 19 | + ("jupyter", "nbgrader"), |
| 20 | + ("jupyter", "qtconsole") |
| 21 | +] |
10 | 22 | REPO_IMG_DIR = "repo_images/"
|
11 | 23 | IMG_TYPE = "png"
|
12 | 24 | CENTER_IMG = "https://jupyter.org/jupyter-circle.png"
|
|
0 commit comments