Anaconda

Turn your Jupyter Notebook into interactive Presentation Slides using Anaconda

In our “Learn Python From Zero For Absolute Beginner” series, you have learnt how to use Python to do some data manipulation tasks and create interactive charts using Plotly within Jupyter Notebook. After completing your analysis, it is common that you will need to deliver a presentation to present your findings. Traditionally, this might involve …

Turn your Jupyter Notebook into interactive Presentation Slides using Anaconda Read More »

Jupyter Notebook tips and shortcuts

In our previous article, we covered the basics of launching Jupyter Notebook. Now, let’s move on to explore its features and some of the most commonly used keyboard shortcuts. Types of cells Jupyter Notebook relies heavily on the concept of cells. The 2 main types of cells are Code and Markdown. Apart from using the …

Jupyter Notebook tips and shortcuts Read More »