how-to

A collection of 2 post

Jupyter Notebook in Visual Studio Code

People who work in Python, they love to do their research and experiments in Jupyter Notebook. I am a fan of lightweight code editors like Visual Studio Code (VS Code) and Sublime Text. VS Code is a world class tool to write code in any language. Not just writing code, it supports many DevOps tools…

How to use autocomplete in Jupyter Notebook

The best productivity tool for Data Scientist you should be using if you are not doing it yet … Most of the programmers are fairly familiar with different autocomplete tools. However, I have noticed that many Data Scientists do not use it, at least not early enough in their career or education. If…