Skip to content

Commit

Permalink
deploy: 27ed335
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 20, 2023
1 parent d4a4dfb commit df943c2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
17 changes: 16 additions & 1 deletion _sources/workflow/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,22 @@ Jupyter Classic Notebook and Lab have 3rd party themes that give more control to
a) Pitaya Smoothie and
b) Github Light. Both the themes are WCAG 2.1 AAA compliant and have been recommended by the Jupyter a11y community. However, these themes are not compatible with classic notebook interface.

[Jupyter Themes](https://github.com/dunovank/jupyter-themes) is a notebook theme that offers 7 different types of themes to customize the classic notebook experience. This theme only works with classic notebook interface and is not compatible with JupyterLab and the Notebook 7.0. The different types of themes are onedork, grade3, oceans16, chesterish, monokai, solarizedI, solarizedd. You can explore these themes using the documentation in [this web page](https://github.com/dunovank/jupyter-themes). If you are looking for JupyterLab equivalent for those themes then you can explore JupyterLab [Legos UI](https://github.com/dunovank/jupyterlab_legos_ui) and [Darkside UI](https://github.com/dunovank/jupyterlab_darkside_ui)
You can install this theme by running the following command

`!pip install jupyterlab-accessible-themes==0.1.1`
or
`conda install -c conda-forge jupyterlab-accessible-themes`

Once installed, you can enable this theme by the following steps,
- Save the notebook and restart the kernel by selecting Kernel -> Restart Kernel
- Select `Github Light theme` by selecting Settings -> Theme -> Github Light and/or `Pitaya Smoothie theme` by selecting Settings -> Theme -> Pitaya Smoothie

[Jupyter Themes](https://github.com/dunovank/jupyter-themes) is a notebook theme that offers 7 different types of themes to customize the classic notebook experience. This theme only works with classic notebook interface and is not compatible with JupyterLab and the Notebook 7.0.

You can install themes by following command,
`!pip install jupyterthemes`

The different types of themes are onedork, grade3, oceans16, chesterish, monokai, solarizedI, solarizedd. You can explore these themes using the documentation in [this web page](https://github.com/dunovank/jupyter-themes). If you are looking for JupyterLab equivalent for those themes then you can explore JupyterLab [Legos UI](https://github.com/dunovank/jupyterlab_legos_ui) and [Darkside UI](https://github.com/dunovank/jupyterlab_darkside_ui)

#### Jupyter Font:

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion workflow/accessibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,19 @@ <h3>Notebook Themes:<a class="headerlink" href="#notebook-themes" title="Permali
<p><a class="reference external" href="https://github.com/Quansight-Labs/jupyterlab-accessible-themes">JupyterLab-Accessible-Themes</a> is a lab theme that allows notebook creators to customize the lab experience. There are two different types of themes which are included as part of this package,
a) Pitaya Smoothie and
b) Github Light. Both the themes are WCAG 2.1 AAA compliant and have been recommended by the Jupyter a11y community. However, these themes are not compatible with classic notebook interface.</p>
<p><a class="reference external" href="https://github.com/dunovank/jupyter-themes">Jupyter Themes</a> is a notebook theme that offers 7 different types of themes to customize the classic notebook experience. This theme only works with classic notebook interface and is not compatible with JupyterLab and the Notebook 7.0. The different types of themes are onedork, grade3, oceans16, chesterish, monokai, solarizedI, solarizedd. You can explore these themes using the documentation in <a class="reference external" href="https://github.com/dunovank/jupyter-themes">this web page</a>. If you are looking for JupyterLab equivalent for those themes then you can explore JupyterLab <a class="reference external" href="https://github.com/dunovank/jupyterlab_legos_ui">Legos UI</a> and <a class="reference external" href="https://github.com/dunovank/jupyterlab_darkside_ui">Darkside UI</a></p>
<p>You can install this theme by running the following command</p>
<p><code class="docutils literal notranslate"><span class="pre">!pip</span> <span class="pre">install</span> <span class="pre">jupyterlab-accessible-themes==0.1.1</span></code>
or
<code class="docutils literal notranslate"><span class="pre">conda</span> <span class="pre">install</span> <span class="pre">-c</span> <span class="pre">conda-forge</span> <span class="pre">jupyterlab-accessible-themes</span></code></p>
<p>Once installed, you can enable this theme by the following steps,</p>
<ul class="simple">
<li><p>Save the notebook and restart the kernel by selecting Kernel -&gt; Restart Kernel</p></li>
<li><p>Select <code class="docutils literal notranslate"><span class="pre">Github</span> <span class="pre">Light</span> <span class="pre">theme</span></code> by selecting Settings -&gt; Theme -&gt; Github Light and/or <code class="docutils literal notranslate"><span class="pre">Pitaya</span> <span class="pre">Smoothie</span> <span class="pre">theme</span></code> by selecting Settings -&gt; Theme -&gt; Pitaya Smoothie</p></li>
</ul>
<p><a class="reference external" href="https://github.com/dunovank/jupyter-themes">Jupyter Themes</a> is a notebook theme that offers 7 different types of themes to customize the classic notebook experience. This theme only works with classic notebook interface and is not compatible with JupyterLab and the Notebook 7.0.</p>
<p>You can install themes by following command,
<code class="docutils literal notranslate"><span class="pre">!pip</span> <span class="pre">install</span> <span class="pre">jupyterthemes</span></code></p>
<p>The different types of themes are onedork, grade3, oceans16, chesterish, monokai, solarizedI, solarizedd. You can explore these themes using the documentation in <a class="reference external" href="https://github.com/dunovank/jupyter-themes">this web page</a>. If you are looking for JupyterLab equivalent for those themes then you can explore JupyterLab <a class="reference external" href="https://github.com/dunovank/jupyterlab_legos_ui">Legos UI</a> and <a class="reference external" href="https://github.com/dunovank/jupyterlab_darkside_ui">Darkside UI</a></p>
</section>
<section id="jupyter-font">
<h3>Jupyter Font:<a class="headerlink" href="#jupyter-font" title="Permalink to this heading">#</a></h3>
Expand Down

0 comments on commit df943c2

Please sign in to comment.