Wednesday, September 8, 2021

Should You Use Jupyter Notebooks in Production?

In the past couple of years, Notebooks have become a popular tool in fields like data science and machine learning, scientific research, genomics, and more. Jupyter Notebooks have been around for quite some time now. They’re used a lot in machine learning, mainly for experimentation and visualization. However, recently notebooks have been making progress into […]

The post Should You Use Jupyter Notebooks in Production? appeared first on neptune.ai.



from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...