fastai / fastpages

An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
https://fastpages.fast.ai/
Apache License 2.0
3.53k stars 756 forks source link

dockerize notebooks for future colab/binder use #561

Closed alexlenail closed 3 years ago

alexlenail commented 3 years ago

These notebooks have an "open in colab" button, but the imported packages might not be available by default in colab, requiring some !pip installs in that environment. Even then, with version changes, the colab/binder buttons may not work in the future.

What is the recommended way of e.g. building a docker container directly from a notebook, or virtual environment? Would it be reasonable to bundle this in with fastpages as another github action?

github-actions[bot] commented 3 years ago

Thank you for opening an issue. If this issue is related to a bug, please follow the steps and provide the information outlined in the Troubleshooting Guide. Failure to follow these instructions may result in automatic closing of this issue.

hamelsmu commented 3 years ago

This is a bit out of scope for fastpages, but if you are interested in this you can check out the following: