Questions and discussion for this lecture live here. Fire away by hitting Reply below ![]()
Will the CSV files be shared in the next lecture (20)?
Hi @mike.ecinwa - fair question! All of the assets for this section (including CSV files) can actually be downloaded from the last lecture in the section (lecture 31).
SeĂĄn
Thank you, found the data (and the notebook)
Trying to avoid the notebook and following along typing the code as I watch.
First âstupidâ questionâŠhow does one insert the âgreenâ and âredâ dots in the messages in cell 4?
Second âstupidâ questionâŠwhat was the name of the addin you were using to âhideâ cells?
Thanks in advance.
Hey @mike.ecinwa
There are no stupid questions!
To get the green and red dots, I simply paste in the relevant emoji - you can copy them from numerous different sites or if youâre on a Mac, you can pull up a native emoji selector and copy them from there.
Regarding the extension for hiding cells - I believe I used ânbextensionsâ. BUT - this is not my current recommendation. I would encourage you to move away from Jupyter Notebooks as I use them in this course and switch to writing your Jupyter Notebooks in a more fully-featured development environment.
One option is to use JupyterLab. I talk about that and explain how to set it up in this video:
Itâs marked as a preview video so you donât need to have that access to that course to watch it.
However, since then, Iâve migrated most of my Jupyter Notebook development into VSCode. Again this is very simple to set-up for Jupyter Notebooks. I donât have a dedicated video on this but you shouldnât have any trouble getting it up and running. At the very least, watch my JupyterLab migration video (abobe) and play around in that environment - itâs far superior to just using vanilla Jupyter Notebooks (as I was using them in this course).
Should if you have any specific questions on migrating your workflow.
SeĂĄn