Member-only story
An Amazing Python Package You Should Use
2 min readMar 19, 2023
Welcome back! Python is an amazing programming language that’s used by tons of developers, so, let’s take a look at another awesome Python package that you should check out! This package is called Mercury, and it’s a package that allows us to build web apps in Jupyter Notebooks! Here is a link to their GitHub page below:
From their GitHub page, they showcased the process of which this is done, here is the code inside of the Jupyter Notebook:
And here is the output as a web app:
To install this package, you can use the following command:
pip install mercury
As an example program, you can import this package using the following command: