Skip to content

Commit

Permalink
fix ..important field rst, # getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Dec 19, 2024
1 parent b24708f commit 50a4df4
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 6 deletions.
9 changes: 8 additions & 1 deletion docs/src/check.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
{
"cell_type": "raw",
"id": "0",
"metadata": {},
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
".. important::\n",
" Jupyter widgets cannot be run within in documentation. To be able to interact with the widget you must run a mybinder instance. To run a mybinder instance of this notebook please use this link https://mybinder.org/v2/gh/osscar-org/scicode-widgets/HEAD?labpath=docs%2Fsrc%2Fexercises.ipynb."
Expand Down
9 changes: 8 additions & 1 deletion docs/src/exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
{
"cell_type": "raw",
"id": "0",
"metadata": {},
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
".. important::\n",
" Jupyter widgets cannot be run within in documentation. To be able to interact with the widget you must run a mybinder instance. To run a mybinder instance of this notebook please use this link https://mybinder.org/v2/gh/osscar-org/scicode-widgets/HEAD?labpath=docs%2Fsrc%2Fexercises.ipynb."
Expand Down
26 changes: 23 additions & 3 deletions docs/src/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
{
"cell_type": "markdown",
"id": "0",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"## Getting started\n",
"# Getting started\n",
"\n",
"scicode-widgets can be installed with:\n",
"\n",
Expand All @@ -18,7 +24,11 @@
"cell_type": "raw",
"id": "1",
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
Expand All @@ -29,7 +39,13 @@
{
"cell_type": "markdown",
"id": "2",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"## Creating a code execrcise\n",
"This is how a simple coding exercise can look like."
Expand All @@ -40,6 +56,10 @@
"execution_count": null,
"id": "3",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
Expand Down
9 changes: 8 additions & 1 deletion docs/src/nbgrader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
{
"cell_type": "raw",
"id": "0",
"metadata": {},
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
".. important::\n",
" Jupyter widgets cannot be run within in documentation. To be able to interact with the widget you must run a mybinder instance. To run a mybinder instance of this notebook please use this link https://mybinder.org/v2/gh/osscar-org/scicode-widgets/HEAD?labpath=docs%2Fsrc%2Fexercises.ipynb."
Expand Down

0 comments on commit 50a4df4

Please sign in to comment.