JupyterLab is Here: First Impressions

JupyterLab

JupyterLab, the next-generation web-based user interface for Python and R from Project Jupyter. It is still a beta release, but stable for daily use. One of the cool features of JupyterLab is that it is the go to browser based app for classic Jupyter Notebook, file browser for your computer files, text editor and a… Continue reading JupyterLab is Here: First Impressions

How to Install Packages from the Jupyter Notebook?

Python package managers, like Anaconda and pip, have made our life much simpler working with Python in different operating systems. However, if you work long enough, you are likely to encounter weird installation problems. One such problem is even if you have installed a package, you won’t be able to import it in the Jupyter… Continue reading How to Install Packages from the Jupyter Notebook?