An open API service indexing awesome lists of open source software.

https://github.com/mlund/chemistry-notebooks

Jupyter notebooks for chemists
https://github.com/mlund/chemistry-notebooks

Last synced: 8 months ago
JSON representation

Jupyter notebooks for chemists

Awesome Lists containing this project

README

          

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mlund/chemistry-notebooks/HEAD)
# Chemistry Examples using Jupyter Notebooks

## Installation instructions

1. Install [miniconda](https://conda.io/miniconda.html)
2. Download this reposity.
2. Download and activate the required packages using a terminal:
```bash
conda env create -f environment.yml
source activate LUchem
jupyter-notebook
```

## Running online

Click on the _Binder_ banner above to open Jupyter online. You may also open in _JupyterLab_ by
clicking [here](https://mybinder.org/v2/gh/mlund/chemistry-notebooks/HEAD?urlpath=lab) (this may
have issues with nglview).