Buradasın
Jupyter Notebook Installation and Usage
ali-abdullah-nasiri.gitbook.io/python/first-chapter-implementation-and-installation/introduction-and-installation-of-jupyter-notebookYapay zekadan makale özeti
- Introduction
- Jupyter Notebook is an open-source web application for creating and sharing documents
- It supports Julia, Python, and R programming languages
- Jupyter is a spin-off from IPython project
- Installation
- Jupyter Notebook is not included with Python
- Can be installed using pip for CPython or Anaconda with conda
- Default server starts at http://localhost:8888/tree
- Notebook Creation and Usage
- New Notebooks created through New button in upper right corner
- Cells can contain code, equations, visualizations, and text
- Cells can be run using Run button or Shift+Enter
- Variables and imports can be shared across cells
- Export Features
- nbconvert tool supports HTML, LaTeX, PDF, Markdown, and other formats
- Conversion uses Jinja templates and depends on Pandoc and TeX
- Notebooks can be shared online or converted to slideshows
- Advanced Features
- Google Colaboratory and Microsoft Azure Notebooks offer their own versions
- JupyterLab combines Notebook with browser-based IDE capabilities