forked from mwc/lab_pokemon
Remove unnecessary Binder comment
This commit is contained in:
parent
1e649dfc21
commit
8866fa9faf
|
@ -70,9 +70,7 @@
|
|||
"source": [
|
||||
"### 0.2 Saving your work\n",
|
||||
"\n",
|
||||
"When you finish working on a notebook, save your work using the icon in the menu bar above. Your notebook is stored in the file `lab_04.ipynb` in the lab directory. You can commit your changes to `ipynb` files just like any other file. Once you finish with Jupyter, you can stop the server by pressing **Control + C** in the Terminal. \n",
|
||||
"\n",
|
||||
"*If you're doing this lab on a cloud-based platform like Binder, then you can't save your work. So don't close the tab!*"
|
||||
"When you finish working on a notebook, save your work using the icon in the menu bar above. Your notebook is stored in the file `lab_04.ipynb` in the lab directory. You can commit your changes to `ipynb` files just like any other file. Once you finish with Jupyter, you can stop the server by pressing **Control + C** in the Terminal. "
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -897,7 +895,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.3"
|
||||
"version": "3.13.5"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
Loading…
Reference in New Issue