KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
theme-nord-extension
★ 27
Open GitHub ↗
JupyterLab - Nord Theme
Download README (.md)
Explore Similar Repositories
Resume
:
Feel free to visit my LinkedIn for further details or to reach me
ab-proxy
:
HTTP benchmark tool with support for HTTP(S) and SOCKS5 proxies
Software-Testing-Glossary
:
A damn simple glossary of Software Testing terms that need some explanation
sample-vue
:
Simple example of a to-do list for KaiOS devices
DarkRift2-WebSocketListener
:
WebSocket Network Listener for DarkRift 2
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
theme-nord-extension
?
Download (.md)
# theme-nord-extension This is a theme extension for juypterlab based on the [Nord color palette](https://www.nordtheme.com). I recommend Source Han Mono/Souce Code Pro fonts for this theme.  ## Prerequisites * JupyterLab ## Installation ```bash jupyter labextension install @kenshohara/theme-nord-extension ``` ## Development (for me) For a development install, do the following in the repository directory: ```bash conda create -n jupyterlab-ext --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab cookiecutter nodejs git conda activate jupyterlab-ext jlpm install jlpm run build jupyter labextension link . ```