Skip to content

Commit ebbad65

Browse files
authored
Merge pull request #40 from score-p/master
update hotfix branch
2 parents e2b2d95 + 17e11ef commit ebbad65

8 files changed

Lines changed: 220 additions & 89 deletions

File tree

examples/gpt-demo/01-GPT-Training.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@
184184
"lastKernelId": null
185185
},
186186
"kernelspec": {
187-
"display_name": "scorep-python3",
188-
"language": "python3",
189-
"name": "scorep-python3"
187+
"display_name": "JUmPER",
188+
"language": "python",
189+
"name": "jumper"
190190
},
191191
"language_info": {
192192
"file_extension": ".py",
193193
"mimetype": "text/plain",
194-
"name": "Any text"
194+
"name": "python"
195195
}
196196
},
197197
"nbformat": 4,

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta:__legacy__"
77

88
[project]
99
name='jumper-kernel'
10-
version='1.0.0'
10+
version='1.1.0'
1111
authors=[
1212
{name='Elias Werner',email='elias.werner@tu-dresden.de'},
1313
]
@@ -21,13 +21,14 @@ classifiers=[
2121

2222
dependencies = [
2323
"ipykernel",
24+
"ipywidgets",
25+
"ipympl",
2426
"jupyter-client",
2527
"astunparse",
2628
"dill",
2729
"itables",
2830
"matplotlib",
2931
"pandas",
30-
"ipywidgets",
3132
"pynvml" # we need that only for Nvidia GPU systems
3233
]
3334

0 commit comments

Comments
 (0)