Skip to content

Commit f709a3b

Browse files
Merge pull request #328 from Exabyte-io/update/add-link
update: add link to intro nb
2 parents c71947a + a0bd9f8 commit f709a3b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

lang/en/docs/jupyterlite/accessing-jupyterlite.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@ To access JupyterLite from the Mat3ra Platform, click on the "Remote Access" ico
1515

1616
## 3. Direct Access
1717

18-
To access [JupyterLite](https://jupyterlite.mat3ra.com/lab/index.html) directly, navigate to the following URL:
18+
To access JupyterLite directly, navigate to the following URL:
1919

2020
```
2121
https://jupyterlite.mat3ra.com/lab/index.html
2222
```
2323

24+
To access the Introduction notebook summarizing the functionality available in [mat3ra-made](https://github.com/Exabyte-io/made):
25+
26+
```
27+
https://jupyterlite.mat3ra.com/lab/tree?path=made/Introduction.ipynb
28+
```
2429

2530
## JupyterLite for data analysis
2631

lang/en/docs/materials-designer/header-menu/advanced/jupyterlite-dialog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JupyterLite Transformation Dialog
22

3-
The JupyterLite Transformation Dialog enables the modification of materials using Python, Jupyter notebooks with widely used packages (e.g. numpy, pymatgen, ASE, etc.) within the [JupyterLite environment](https://github.com/jupyterlite), a lightweight implementation of JupyterLab that runs entirely in the web browser.
3+
The JupyterLite Transformation Dialog enables the modification of materials using Python, Jupyter notebooks with widely used packages (e.g., numpy, pymatgen, ASE, etc.) within the [JupyterLite environment](https://github.com/jupyterlite), a lightweight implementation of JupyterLab that runs entirely in the web browser.
44

55
## Open Dialog
66

@@ -10,7 +10,9 @@ This dialog is accessible via the ["Advanced" menu](../advanced.md) option.
1010

1111
## JupyterLite Environment
1212

13-
The Dialog facilitates access to JupyterLite Environment where materials from the main application are available.
13+
The Dialog facilitates access to the JupyterLite Environment where materials from the main application are available.
14+
15+
The [Introduction.ipynb](https://jupyterlite.mat3ra.com/lab/tree?path=made/Introduction.ipynb) notebook provides a list and overview of all the notebooks available.
1416

1517
![JupyterLite Transformation dialog with Introduction.ipynb opened](../../../images/materials-designer/jupyterlite_dialog/jupyterlite-transformation.webp "JupyterLite Transformation Dialog")
1618

@@ -32,7 +34,7 @@ Learn how to access materials inside the JupyterLite environment launched from M
3234

3335
## Submit Results
3436

35-
In most cases the result of the transformation is a set of materials that can be passed back to the Materials Designer. They will appear in the "Materials Out" dropdown at the bottom of the dialog. Select the materials you want to pass back to the Materials Designer and click the "Submit" button to complete the transformation.
37+
In most cases, the result of the transformation is a set of materials that can be passed back to the Materials Designer. They will appear in the "Materials Out" dropdown at the bottom of the dialog. Select the materials you want to pass back to the Materials Designer and click the "Submit" button to complete the transformation.
3638

3739
![JupyterLite Transformation dialog with materials_out dropdown opened](../../../images/materials-designer/jupyterlite_dialog/jupyterlite-transformation-submit-results.webp "Submit Results")
3840

0 commit comments

Comments
 (0)