You do not have permission to edit this page, for the following reason:
Free text: Google Colab provides the ability to create and run Jupyter Notebooks within the Google ecosystem, making it straightforward to collaborate and share them. Jupyter notebooks are rapidly becoming a standard method of creating and documenting reproduceable research, because notebooks can contain text, code, and the output of that code (including other media types, such as images and audio) within a single document. While Colab is not necessarily meant for intensive projects, it does provide an excellent environment for fast prototyping, courses, and other smaller-scale uses. Whereas a full Jupyter environment can support [https://github.com/jupyter/jupyter/wiki/Jupyter-kernels multiple language "kernels,"] Colab supports only Python at this time. If you would like to use a Jupyter environment for more robust research or computational needs, [[Open OnDemand on Firebird#Jupyter Notebooks|Jupyter is available for use on Firebird]]. Below are some introductory materials covering Jupyter notebooks as well as common tools for data analysis and AI research, such as Python, pandas, and NumPy. Each link is a Colab notebook created as part of an NSF tutorial on supporting data science with Jupyter notebooks, which you can make a copy of to save it in your own Google Drive (please note that while these are excellent introductory materials, they may require some tweaking if you want to run every example yourself, such as downloading example datasets, adjusting paths, etc.): * [https://colab.research.google.com/drive/1Mg4E_w_6ahLBFkkQBYckkSW4DTLnN8K8?usp=share_link Introduction to Colab] ([https://colab.research.google.com/drive/1s1ylFRxiYY4SUyu1iSY6MfN5quLpTqem?usp=share_link part 2]) * [https://colab.research.google.com/drive/1IemEOkmnTBuxrF8d80n2B_X0RjyA5jsU?usp=share_link Introduction to Python] * [https://colab.research.google.com/drive/1SQzDrXqwCRt_kzDfF5UqO2czG8bEYnIK?usp=share_link Introduction to NumPy] ([https://colab.research.google.com/drive/1eTuBTobECMcKigr4h5FQvG0djk72rJ18?usp=share_link part 2]) * [https://colab.research.google.com/drive/1KzaLKl58EM-q3013cBTPpyZ-kW6PBWYu?usp=share_link Introduction to pandas] ([https://colab.research.google.com/drive/1gD4bOA2EZxVFiH3w1w-kuTtNiIegNGA-?usp=share_link part 2] and [https://colab.research.google.com/drive/17hbttNavkVlQ3i5nMBU0-06fHPg0oLaT?usp=share_link part 3]) * [https://colab.research.google.com/drive/14BRepZaBWIUrmvN43-Rs3SZdotXWr-KN?usp=share_link Introduction to timing and profiling code]