How to Change the Default Browser Used by Jupyter Notebook in Windows
As a software engineer you might have come across the popular Jupyter Notebook an opensource web application that allows you to create …
Blog
Technical guides, platform updates, and engineering insights from the team.

In this blog, we'll guide you through the steps to add a Python 3 kernel to Jupyter IPython, enhancing your flexibility in using different Python versions and environments within Jupyter Notebook, a popular tool for interactive computing in data science and programming.
Read article →
As a software engineer you might have come across the popular Jupyter Notebook an opensource web application that allows you to create …

In this blog, discover essential optimization techniques for data scientists working with machine learning models, focusing on gradient …

As a data scientist, you know that PyTorch is one of the most popular deep learning frameworks. It offers flexibility and ease of use, …

In this blog, we will discover two approaches to install PyTorch in Anaconda: Conda and Pip. Explore the pros and cons of each method …

As a data scientist, it's crucial to ascertain the Python version running in your Jupyter environment. This blog explores various …

In this blog, we will learn about a crucial aspect of machine learning for data scientists – the process of saving a trained model, …