ashpy icon indicating copy to clipboard operation
ashpy copied to clipboard

[FEATURE] - Add colab examples

Open galeone opened this issue 5 years ago • 3 comments

Describe the feature and the current behavior/state

Right now there are no examples "click and go", to run on Google Colab. There are no notebooks that explain and show how to use AshPy and why this solution should be better or more useful than using the pure Keras API or other solutions.

Will this change the current api? How?

No, it doesn't.

Who will benefit with this feature?

Everyone. Since, OK examples in the documentation and in the README are cool, but having some colab notebook is more powerful and easy to share (moreover, it's more catchy and people love executing cells and learning)

galeone avatar Oct 11 '19 08:10 galeone

Agree. Let's remember Colab runs python 3.6 and AshPy is compatible with Python 3.7. We can write notebooks and wait for Colab to support python 3.7.

EmanueleGhelfi avatar Oct 11 '19 09:10 EmanueleGhelfi

Yup - we can start creating some notebook, first run it on a Binder, so people can try ashpy - and when colab starts supporting Python 3.7 we'll switch

galeone avatar Oct 11 '19 09:10 galeone

Just to remember: check if it is possible to use this https://nbsphinx.readthedocs.io/en/0.5.1/ to include notebooks in the doc

EmanueleGhelfi avatar Jan 29 '20 16:01 EmanueleGhelfi