Yahoo Search Busca da Web

Resultado da Busca

  1. The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, interactive dashboards and other media.

  2. Project Jupyters tools are available for installation via the Python Package Index, the leading repository of software created for the Python programming language. This page uses instructions with pip, the recommended installation tool for Python.

  3. Jupyter Notebook. The original web application for creating and sharing computational documents. JupyterLite (Wasm powered Jupyter) deployed as static GitHub Pages. Jupyter Widgets. HTML widgets in Jupyter notebooks for interactive exploration of input data. Voilà. Share insights by converting notebooks into interactive dashboards. Kernels.

  4. 7 de set. de 2023 · It’s most well known for offering a so-called notebook called Jupyter Notebook, but you can also use it to create and edit other files, like code, text files, and markdown files. In addition, it allows you to open a Python terminal, as most IDEs do, to experiment and tinker.

  5. Os notebooks combinam código de computador (como Python, SQL ou R), o resultado da execução do código e elementos de rich text (formatação, tabelas, figuras, equações, links etc.) em um único documento. O principal benefício dos notebooks é a capacidade de incluir comentários em seu código.

  6. Aprenda como usar o Jupyter notebook e o Spyder IDE, para programação científica e data science com Python

  7. Jupyter Notebook is a simplified notebook authoring application, and is a part of Project Jupyter, a large umbrella project centered around the goal of providing tools (and standards) for interactive computing with computational notebooks.

  8. A notebook is a shareable document that combines computer code, plain language descriptions, data, rich visualizations like 3D models, charts, graphs and figures, and interactive controls. A notebook, along with an editor (like JupyterLab), provides a fast interactive environment for prototyping and explaining code, exploring and visualizing ...

  9. 8 de fev. de 2024 · O Jupyter é ideal para análise exploratória de dados, pois permite combinar código, visualizações e texto explicativo em um único documento. Após realizar a Instalação e o uso do Jupyter Notebook e Lab em Python, você tem um ambiente de programação interativo e flexível ao seu alcance.

  10. 28 de jun. de 2020 · Jupyter Notebook é uma aplicação web que permite a você criar e compartilhar documentos que contem ao mesmo tempo código interativo e textos explicativos. Ele usa uma linguagem simples de ...