Skip to content

Commit 0bd5ce6

Browse files
committed
Add mrn-ld notebook file
edit dockerignore and gitignore files to exclude mrn notebook environment generate requirements-notebook.txt file for mrn notebook
1 parent 09643b5 commit 0bd5ce6

File tree

4 files changed

+852
-1
lines changed

4 files changed

+852
-1
lines changed

.dockerignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ README.md
22
LICENSE.md
33
note.txt
44
images/
5-
ldlib_mrn/
5+
ldlib_mrn/
6+
mrn_notebook/

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__/
44
ldlib_mrn/
55
note.txt
66
src/lseg-data.devrel.config.json
7+
mrn_notebook/

requirements-notebook.txt

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
anyio==4.8.0
2+
appdirs==1.4.4
3+
argon2-cffi==23.1.0
4+
argon2-cffi-bindings==21.2.0
5+
arrow==1.3.0
6+
asttokens==3.0.0
7+
async-lru==2.0.4
8+
attrs==24.3.0
9+
babel==2.16.0
10+
beautifulsoup4==4.12.3
11+
bleach==6.2.0
12+
certifi==2024.12.14
13+
cffi==1.17.1
14+
charset-normalizer==3.4.1
15+
colorama==0.4.6
16+
comm==0.2.2
17+
debugpy==1.8.11
18+
decorator==5.1.1
19+
defusedxml==0.7.1
20+
exceptiongroup==1.2.2
21+
executing==2.1.0
22+
fastjsonschema==2.21.1
23+
fqdn==1.5.1
24+
h11==0.14.0
25+
httpcore==1.0.7
26+
httpx==0.26.0
27+
idna==3.10
28+
ipykernel==6.29.5
29+
ipython==8.31.0
30+
isoduration==20.11.0
31+
jedi==0.19.2
32+
Jinja2==3.1.5
33+
json5==0.10.0
34+
jsonpointer==3.0.0
35+
jsonschema==4.23.0
36+
jsonschema-specifications==2024.10.1
37+
jupyter-events==0.11.0
38+
jupyter-lsp==2.2.5
39+
jupyter_client==8.6.3
40+
jupyter_core==5.7.2
41+
jupyter_server==2.15.0
42+
jupyter_server_terminals==0.5.3
43+
jupyterlab==4.3.4
44+
jupyterlab_pygments==0.3.0
45+
jupyterlab_server==2.27.3
46+
lseg-data==2.0.1
47+
MarkupSafe==3.0.2
48+
matplotlib-inline==0.1.7
49+
mistune==3.1.0
50+
nbclient==0.10.2
51+
nbconvert==7.16.5
52+
nbformat==5.10.4
53+
nest-asyncio==1.6.0
54+
notebook_shim==0.2.4
55+
numpy==1.26.4
56+
overrides==7.7.0
57+
packaging==24.2
58+
pandas==2.2.3
59+
pandocfilters==1.5.1
60+
parso==0.8.4
61+
platformdirs==4.3.6
62+
prometheus_client==0.21.1
63+
prompt_toolkit==3.0.48
64+
psutil==6.1.1
65+
pure_eval==0.2.3
66+
pycparser==2.22
67+
pyee==11.1.0
68+
Pygments==2.19.1
69+
pyhumps==3.8.0
70+
python-dateutil==2.9.0.post0
71+
python-json-logger==3.2.1
72+
pytz==2024.2
73+
pywin32==308; platform_system == "Windows"
74+
pywinpty==2.0.14; platform_system == "Windows"
75+
PyYAML==6.0.2
76+
pyzmq==26.2.0
77+
referencing==0.35.1
78+
requests==2.32.3
79+
rfc3339-validator==0.1.4
80+
rfc3986-validator==0.1.1
81+
rpds-py==0.22.3
82+
scipy==1.12.0
83+
Send2Trash==1.8.3
84+
simplejson==3.19.3
85+
six==1.17.0
86+
sniffio==1.3.1
87+
soupsieve==2.6
88+
stack-data==0.6.3
89+
tenacity==8.5.0
90+
terminado==0.18.1
91+
tinycss2==1.4.0
92+
tomli==2.2.1
93+
tornado==6.4.2
94+
traitlets==5.14.3
95+
types-python-dateutil==2.9.0.20241206
96+
typing_extensions==4.12.2
97+
tzdata==2024.2
98+
uri-template==1.3.0
99+
urllib3==2.3.0
100+
watchdog==2.3.1
101+
wcwidth==0.2.13
102+
webcolors==24.11.1
103+
webencodings==0.5.1
104+
websocket-client==1.8.0

0 commit comments

Comments
 (0)