Blog

Miscellaneous

Back to Blog ⏎
Article featured image

Jupyter Notebook VS JupyterLab - a Comprehensive Guide

As a software engineer working closely with data scientists I have often seen the need for powerful tools that can streamline the …

See more

Article featured image

Python Matplotlib Make 3D Plot Interactive in Jupyter Notebook

As data scientists and software engineers, we often work with large datasets and need to visualize the data to make sense of it. …

See more

Article featured image

PyTorch How to get the shape of a Tensor as a list of int

As a data scientist working with PyTorch youll often find yourself needing to manipulate tensors Whether youre building neural networks …

See more

Article featured image

Pytorch says that CUDA is not available Troubleshooting Guide for Data Scientists

In this blog, we'll delve into the error message you might encounter as a PyTorch data scientist: `RuntimeError CUDA error - no …

See more

Article featured image

Troubleshooting Plotly Chart Not Showing in Jupyter Notebook and Jupyter Lab

Are you a data scientist who loves working with Jupyter Notebooks or Jupyter Lab? If so, you might be familiar with Plotly, a powerful …

See more

Article featured image

Troubleshooting the jupyter command not found Error After Installing with pip

In this blog, if you're a software engineer, you're probably familiar with the Jupyter Notebook. It's a widely used web-based …

See more

Article featured image

What does model.train() do in PyTorch

In this blog, we will learn about PyTorch, a widely-used open-source machine learning library for building and training deep learning …

See more

Article featured image

Why torch cuda_is_available returns False even after installing PyTorch with CUDA

In this blog, we will learn about encountering a common challenge for data scientists and machine learning engineers: the scenario when …

See more