Skip to content

Commit

Permalink
documentation for Google Colab & Kaggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Schonfeld committed Feb 24, 2020
1 parent 55ffabe commit 97d64e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ D-Tale was the product of a SAS to Python conversion. What was originally a per

- [Getting Started](#getting-started)
- [Python Terminal](#python-terminal)
- [Google Colab & Kaggle](#google-colab--kaggle)
- [Jupyter Notebook](#jupyter-notebook)
- [Command-line](#command-line)
- [UI](#ui)
Expand Down Expand Up @@ -67,6 +68,15 @@ This comes courtesy of PyCharm
![](https://raw.githubusercontent.com/aschonfeld/dtale-media/master/images/Python_Terminal.png)
Feel free to invoke `python` or `ipython` directly and use the commands in the screenshot above and it should work

### Google Colab & Kaggle

These are hosted notebook sites and thanks to the work of [flask_ngrok](https://github.com/gstaff/flask-ngrok) users can run D-Tale within their notebooks. Here are some video tutorials of each:

|Service|Tutorial|Addtl Notes|
|:------:|:------:|:------:|
|Google Colab|[![](http://img.youtube.com/vi/pOYl2M1clIw/0.jpg)](http://www.youtube.com/watch?v=pOYl2M1clIw "Google Colab")||
|Kaggle|[![](http://img.youtube.com/vi/8Il-2HHs2Mg/0.jpg)](http://www.youtube.com/watch?v=8Il-2HHs2Mg "Kaggle")|make sure you switch the "Internet" toggle to "On" under settings of your notebook so you can install the egg from pip|

#### Issues With Windows Firewall

If you run into issues with viewing D-Tale in your browser on Windows please try making Python public under "Allowed Apps" in your Firewall configuration. Here is a nice article:
Expand Down

0 comments on commit 97d64e8

Please sign in to comment.