Skip to content

lucasmontanheiro/colab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colab

Lingo:

  • Notebook Document (.ipynb file): The actual file that you create and save. It's a JSON file that stores the content of your notebook, including code cells, text cells (Markdown), and the output of executed code.
  • Cells: The building blocks of a notebook.
  • Code Cells: These contain code to be executed by the kernel.
  • Markdown Cells: These contain text formatted using Markdown, which is used for narrative text, documentation, and including images or links.
  • Kernel: The "computational engine" that executes the code contained in a notebook.
  • Jupyter Server: A backend server that communicates with the browser and the kernel.
  • Dashboard: The initial page you see when you launch Jupyter Notebook, used for managing your notebooks.

Documenting colab materials:

  • Investigations
  • Templates
  • Projects

Colab

Be able to experiment in a notebook

Be able to visualize data

Be able to import data from multiple sources

Be able to setup data annotation efficiently

Be able to manipulate data with Numpy

Be able to manipulate data with Pandas

Be able to manipulate data in spreadsheets

Algorithms

R

About

Collection of Notebooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors