From 531a249fbb2ab1eddf0002fc157d36eec4839a58 Mon Sep 17 00:00:00 2001 From: Alzbeta Dlha Date: Wed, 3 Mar 2021 11:50:08 -0800 Subject: [PATCH] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a74ca3..07c45a0 100644 --- a/README.md +++ b/README.md @@ -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.