Skip to content

Commit 58c0c73

Browse files
committed
SOF-7580: move tutorial under jupyterlite
1 parent 6fe4ca3 commit 58c0c73

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ To access [JupyterLite](https://jupyterlite.mat3ra.com/lab/index.html) directly,
2020
```
2121
https://jupyterlite.mat3ra.com/lab/index.html
2222
```
23+
24+
25+
## JupyterLite for data analysis
26+
27+
In the below tutorial, we present how we can use JupyterLite session in Mat3ra
28+
platform to postprocess or analyze data.
29+
30+
<div class="video-wrapper">
31+
<iframe class="gifffer" width="100%" height="100%" src="https://www.youtube.com/embed/PXosTghiAzs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
32+
</div>

lang/en/docs/tutorials/other/jupyter-lite.json renamed to lang/en/docs/jupyterlite/jupyter-lite.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"descriptionLinks": [
3-
"Using Jupyter notebooks for data analysis: https://docs.mat3ra.com/tutorials/other/jupyter/"
3+
"Using Jupyter notebooks for data analysis: https://docs.mat3ra.com/jupyterlite/accessing-jupyterlite/"
44
],
55
"description": "We present how we can use Jupyter notebooks in Mat3ra platform for data analysis.",
66
"tags": [
77
{
8-
"...": "../../metadata/general.json#/tags"
8+
"...": "../metadata/general.json#/tags"
99
},
1010
"Jupyter",
1111
"Python"

lang/en/docs/tutorials/other/jupyter.md

-9
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,3 @@ We demonstrate the steps mentioned above in the animation below.
5252
<div class="video-wrapper">
5353
<iframe class="gifffer" width="100%" height="100%" src="https://www.youtube.com/embed/29B1GOnZPNU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
5454
</div>
55-
56-
## JupyterLite for data analysis
57-
58-
In the below tutorial, we present how we can use JupyterLite session in Mat3ra
59-
platform to postprocess or analyze data.
60-
61-
<div class="video-wrapper">
62-
<iframe class="gifffer" width="100%" height="100%" src="https://www.youtube.com/embed/PXosTghiAzs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
63-
</div>

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
babel==2.16.0
22
backports-abc==0.5
3-
cachetools==5.5.0
3+
cachetools==5.5.2
44
certifi==2024.8.30
55
chardet==4.0.0
66
charset-normalizer==3.4.1

0 commit comments

Comments
 (0)