Skip to content

Commit

Permalink
Refactor notebook code to fix syntax errors and update components
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwenyihust committed Jun 9, 2024
1 parent 8a3e54e commit 69790c3
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 15 deletions.
23 changes: 15 additions & 8 deletions examples/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@
"# My Notebook"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 1,
"lastExecutionResult": "error",
"lastExecutionTime": "2024-06-09 15:24:10",
"lastExecutionResult": null,
"lastExecutionTime": null,
"metadata": {},
"outputs": [
{
Expand All @@ -36,8 +43,8 @@
{
"cell_type": "code",
"execution_count": null,
"lastExecutionResult": "success",
"lastExecutionTime": "2024-06-09 15:24:15",
"lastExecutionResult": null,
"lastExecutionTime": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -48,8 +55,8 @@
{
"cell_type": "code",
"execution_count": null,
"lastExecutionResult": "success",
"lastExecutionTime": "2024-06-09 15:24:15",
"lastExecutionResult": null,
"lastExecutionTime": null,
"metadata": {},
"outputs": [
{
Expand All @@ -67,8 +74,8 @@
{
"cell_type": "code",
"execution_count": null,
"lastExecutionResult": "success",
"lastExecutionTime": "2024-06-09 15:24:15",
"lastExecutionResult": null,
"lastExecutionTime": null,
"metadata": {},
"outputs": [],
"source": []
Expand Down
1 change: 1 addition & 0 deletions resources/images/logo_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 69790c3

Please sign in to comment.