webartifex / intro-to-python

An intro to Python & programming for wanna-be data scientists
https://code.webartifex.biz/alexander/intro-to-python
MIT License
882 stars 87 forks source link

Add link to Deepnote #9

Closed JanMatas closed 3 years ago

JanMatas commented 4 years ago

Some people in your target audience might be put off by the need to install the required tooling. One alternative is to use an online service to run the notebooks - with a single click you get full featured environment and you can start learning immediatelly.

I added a link.

webartifex commented 4 years ago

@JanMatas

Hi Jan, thanks for this suggestion. I will put the links in a future release, relatively soon.

Question: As you see, I always run all notebooks before I commit them to git. I do this mainly, so that a user can simply follow the links in the notebooks that all go to nbviewer. I treat nbviewer as kind of a static preview for people to read.

So, a link to deepnote would open the files with all the cell output there already. I could not find a restart kernel & clear all output function on deepnote. something like this exists in Jupyter notebooks.

What do you think is a good way to do both, include the output for nbviewer and clear the outputs for deepnote, ideally in an automated fashion?

webartifex commented 4 years ago

Regarding the many included videos. Currently, it seems as if deepnote does not play the YouTube videos that are loaded inside the notebooks.

Is that not yet possible? Or maybe my browser blocks it. But it even does not work if I disable NoScript.

webartifex commented 4 years ago

Lastly, to play fair game: I wan going to include links to mybinder anyways before you made me aware of deepnote. As they are for free, I think it's fair to include both kind of links.

I like your project, and I like that you are located in Prague. I have many friends there :)

webartifex commented 3 years ago

All notebooks now contain links to Binder.