notebook
Package — NotebookPython 3.7+Beginner
Classic Jupyter Notebook web interface
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- ipython, ipykernel, jupyter-core, jupyter-client, jinja2, tornado, traitlets, nbformat, nbconvert
- Install
pip install notebook
Learn by Difficulty
Quick Example
python
# Install: pip install notebook import notebook # Basic notebook usage print(f"Using notebook") # See documentation for detailed examples
notebook is a third-party package. Classic Jupyter Notebook web interface. Install with: pip install notebook
Try in PlaygroundTags
packagenotebookinteractiveeducation