Metadata-Version: 2.1
Name: jupyterlab-simpledark
Version: 1.0.0
Summary: A JupyterLab extension.
Home-page: https://github.com/my_name/jupyterlab-simpledark
Author: Eric Miguel
License: BSD-3-Clause
Keywords: Jupyter,JupyterLab
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Themes
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Simpledark

[![PyPI version](https://badge.fury.io/py/jupyterlab-simpledark.svg)](https://badge.fury.io/py/jupyterlab-simpledark)

A (growing) dark theme collection for [JupyterLab](https://jupyter.org/).

Simpledark original          |  Simpledark fresh  (new 🎉)
:-------------------------:|:-------------------------:
![original](https://raw.githubusercontent.com/ericmiguel/jupyterlab-simpledark/v1.0.0/examples/original1.png)  |  ![fresh](https://raw.githubusercontent.com/ericmiguel/jupyterlab-simpledark/v1.0.0/examples/fresh1.png)

## 🔧 Configurations

What about a nostalgic Jupyter Notebook layout? Set a cell max-width.

```settings``` -> ```advanced settings editor``` -> ```theme - Simpledark```

```json
{
    "maxCellWidth": "1024px"
}
```

![original](https://raw.githubusercontent.com/ericmiguel/jupyterlab-simpledark/v1.0.0/examples/original2.png)

## ⚠️ Requirements

* JupyterLab >= 3.0

## 💿 Install

The source code is currently hosted on GitHub at: https://github.com/ericmiguel/jupyterlab-simpledark.

Installers for the latest released version are available at the [PyPI](https://pypi.org/project/jupyterlab-simpledark).

```bash
pip install jupyterlab-simpledark
```

To uninstall, run:

```bash
pip uninstall jupyterlab-simpledark
```

## 🔨 Contributing

### Development install

For a development install, run the following commands in the repository directory:

```bash
npm install                   # install npm package dependencies
npm run build                 # optional build step if using TypeScript, babel, etc.
jupyter labextension install  # install the current directory as an extension
```

For incremental builds use:

```bash
jupyter lab --watch
```

To rebuild the package and the JupyterLab app:

```bash
npm run build
jupyter lab build
```

See also JupyterLab's documentation [Development workflow for source extensions](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#development-workflow-for-source-extensions).

## 👷 Maintainer

[![Eric Miguel](https://avatars1.githubusercontent.com/u/12076399?s=70)](https://github.com/ericmiguel)

## 📜 License

[MIT License](./LICENSE)

