Creating a Notebook in Jupyter Notebooks
- Updated2025-11-26
- 1 minute(s) read
Creating a Notebook in Jupyter Notebooks
Create a notebook (.ipynb) in JupyterHub to visualize, analyze, and process data.
- Learn about the user interface and structure of a Jupyter notebook.
- Install Python libraries you want to use to enhance your data analysis and processing. NI recommends using PyPI to obtain packages.
- Learn about the built-in magic commands the IPython kernel enables.
- In the SystemLink web application, navigate to .
- Click Python 3 (ipykernel).
- Use the linked example as a guide to create a notebook that meets your programming needs.
Related Information
- Example Notebook
- nisystemlink-clients Package
- nisystemlink.clients Documentation
- Python API Reference
- Installing Additional Python Modules
Use third-party Python modules to customize your test reports.
- Jupyter User Interface
- Structure of a Notebook Document
- PyPI
- Built-In Magic Commands