Wouldn’t it be fantastic if you could share a Jupyter Notebook with your coworkers and allow them to upload a new file that is processed by your notebook? I will show you how to add a file upload widget to your Jupyter Notebook and share it as a web app with Mercury framework.
-
File upload widget in Jupyter Notebook web app
January 25, 2022 by Piotr Płoński Jupyter Mercury Notebook
-
Share Jupyter Notebook as web app
January 14, 2022 by Piotr Płoński Jupyter Mercury Notebook
Have you ever wanted to share your Jupyter notebook with non-programming friends? Would you like to hide the code, to not scare them? Give them the option to change the input with interactive widgets. In this post, I will show you how to easily share a notebook as an interactive web app with the Mercury framework.
-
AutoML in the Notebook
March 04, 2021 by Piotr Płoński Automl Notebook
Python Notebooks provide interactive computing environment that is perfect for experimenting with data. The Notebooks are widely used by Data Scientists in data analysis and discovery tasks. Currently, there are many versions of Notebooks. The first, and the most used version is Jupyter Notebook. There are also many cloud-based Notebooks, like Kaggle Notebooks or CoCalc Notebooks.