News

Because of the client/server architecture, it is very simple to share notebooks with other users. You can — in theory — use Jupyter for anything you could use Python for.
The first cell in a new notebook is a code cell. Test it with a classic hello world example: Type print ('Hello World!') into the cell and click the run button in the toolbar above or press Ctrl + ...
Recommendation: These example notebooks demonstrate how to use NVTabular with TensorFlow, PyTorch, and HugeCTR. Each example provides additional details about the end-to-end workflow, which ...
Jupyter Notebook was created to make it easier to show one’s programming work, and to let others join in. Jupyter Notebook allows you to combine code, comments, multimedia, and visualizations in ...
Following the Jupyter model, the .NET-centered Polyglot notebooks combine Markdown and code. They allow multiple languages in the same notebook.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Add-on to Jupyter Notebooks enables a literate Python development style that gives you high-quality documentation, tests, continuous integration, and packaging for free.
Jupyter Notebooks have been widely-used in the ML community for nearly a decade as a way to help define models and data using an interactive Python language interface.
The first cell in a new notebook is a code cell. Test it with a classic hello world example: Type print ('Hello World!') into the cell and click the run button in the toolbar above or press Ctrl + ...