khuyentran1401 / Data-science

Collection of useful data science topics along with articles, videos, and code
https://khuyentran1401.github.io/Data-science/
4.03k stars 1.02k forks source link

Add example Deepnote links #7

Closed robertlacok closed 3 years ago

robertlacok commented 3 years ago

Hey Khuyen, Following up on the discussion with Elizabeth, I'm sending some examples of links that launch the notebooks in Deepnote.

All you need to do is prepend the existing GitHub links with https://deepnote.com/launch?url=

Links that point to an .ipynb file will open the right file. Those that point to a directory will clone the repository for the visitor in Deepnote, but they'll still need to navigate to the correct directory/files in the left-hand menu, which might be a bit confusing – so up to you if you want to include those.

If you'd also like a button, you can add it like this:

[<img src="https://deepnote.com/buttons/launch-in-deepnote-small.svg">](https://deepnote.com/launch?url=https://github.com/khuyentran1401/Data-science)

khuyentran1401 commented 3 years ago

Wow this is really nice! Thank you for the add-on. I like that I could include the link to a specific notebook. I will start replacing GitHub links with deep note links.