Add new interactive mode in Deepnote

Hey @satwikkansal, I'm a PM at Deepnote where we're building a collaborative data science notebook. I've submitted a PR so that anyone can open your notebook in Deepnote in one click, fork it and work with others on further iterations.
This commit is contained in:
Alzbeta Dlha 2021-03-03 11:50:08 -08:00 committed by GitHub
parent bfccb718de
commit 531a249fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
README.md vendored
View File

@ -4,7 +4,8 @@
Translations: [Chinese 中文](https://github.com/leisurelicht/wtfpython-cn) | [Vietnamese Tiếng Việt](https://github.com/vuduclyunitn/wtfptyhon-vi) | [Spanish Español](https://github.com/JoseDeFreitas/wtfpython-es) | [Add translation](https://github.com/satwikkansal/wtfpython/issues/new?title=Add%20translation%20for%20[LANGUAGE]&body=Expected%20time%20to%20finish:%20[X]%20weeks.%20I%27ll%20start%20working%20on%20it%20from%20[Y].)
Other modes: [Interactive](https://colab.research.google.com/github/satwikkansal/wtfpython/blob/master/irrelevant/wtf.ipynb) | [CLI](https://pypi.python.org/pypi/wtfpython)
Other modes: [Interactive (Colab)](https://colab.research.google.com/github/satwikkansal/wtfpython/blob/master/irrelevant/wtf.ipynb) | [Interactive (Deepnote)](https://deepnote.com/launch?url=https%3A%2F%2Fgithub.com%2Fsatwikkansal%2Fwtfpython%2Fblob%2Fmaster%2Firrelevant%2Fwtf.ipynb) | [CLI](https://pypi.python.org/pypi/wtfpython)
Python, being a beautifully designed high-level and interpreter-based programming language, provides us with many features for the programmer's comfort. But sometimes, the outcomes of a Python snippet may not seem obvious at first sight.