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
- Host: GitHub
- URL: https://github.com/mlund/chemistry-notebooks
- Owner: mlund
- License: mit
- Created: 2017-07-04T12:52:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T09:46:32.000Z (over 1 year ago)
- Last Synced: 2025-02-06T10:31:14.630Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 286 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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).