Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LAMMPS in the browser. WebAssembly build + a small TS-friendly client.

**[Interactive docs →](https://editor.lammps.org/docs/)** — every API with live, editable examples
 ·  **[Playground →](https://editor.lammps.org/)**
 ·  **[Notebooks →](https://editor.lammps.org/notebook/)** — Jupyter tutorials running LAMMPS in your browser
 ·  **[Notebooks →](https://editor.lammps.org/notebook/lab/index.html?path=index.ipynb)** — Jupyter tutorials running LAMMPS in your browser

## Install

Expand Down Expand Up @@ -294,7 +294,7 @@ npm run test:atomify # atomify build + atomify suite

## Notebooks (JupyterLite)

[editor.lammps.org/notebook](https://editor.lammps.org/notebook/) hosts Jupyter
[editor.lammps.org/notebook](https://editor.lammps.org/notebook/lab/index.html?path=index.ipynb) hosts Jupyter
notebook tutorials that run LAMMPS **in Python, entirely in the browser** — a
[JupyterLite](https://jupyterlite.readthedocs.io/) site with a Pyodide kernel.
The notebooks use the `lammps-js` Python package (repo-root `python/`,
Expand Down
2 changes: 1 addition & 1 deletion examples/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h1><code>LAMMPS.js</code></h1>
</label>
<button id="run-btn">Run</button>
</div>
<a href="./notebook/" style="font-size: 0.875rem; white-space: nowrap;">Try in Jupyter notebook</a>
<a href="./notebook/lab/index.html?path=index.ipynb" style="font-size: 0.875rem; white-space: nowrap;">Try in Jupyter notebook</a>
<a href="./docs/" style="font-size: 0.875rem; white-space: nowrap;">Docs</a>
</header>
<main>
Expand Down