Choosing the right IDE for your Jupyter Notebook projects
We explore the key features of popular Jupyter Notebook IDEs and highlight their use cases to help you choose the right IDE for your next notebook project
We explore the key features of popular Jupyter Notebook IDEs and highlight their use cases to help you choose the right IDE for your next notebook project
The JupyterLab Git extension makes it easier to use Git with Jupyter notebooks.
There are JupyterLab extensions to help you version control notebooks with a graphical UI so you don’t need to worry about Git commands. Today, we’re going t...
In this blog, we’ll talk about plotting with Pandas dataframe, mpld3 & notebook backend magic function to help you plot more easily in Jupyter.
There’s no easy way to version control notebooks from Jupyter UI. Of course you can drop down to command line & learn a bunch of git commands to version ...