notebooks
Here are 420 public repositories matching this topic...
As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right now, but it will also open up new possibilities to search for and crosslink examples.
For the purpose of this issue, 'standalone examples' are all .py files in these folders in this repository:
examples/plotting/file- `examples/mode
The fastai book, published as Jupyter Notebooks
-
Updated
Jun 6, 2022 - Jupyter Notebook
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
-
Updated
Jul 4, 2022 - Python
Describe the solution you'd like
Add types to Python codebase
What does your solution aim to solve?
Make it more explicit what arguments functions take and therefore make it easier to extend consume or refactor code.
Interactive and collaborative code notebooks for Elixir - built with Phoenix LiveView
-
Updated
Jul 7, 2022 - Elixir
PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer
-
Updated
Jul 9, 2022 - Python
Currently, we limit the RAM request for nodes to 99 Gb, but there are many situations where you might want more than that.
If we are going to have a limit at all, it should be like 1 Tb.
Repository containing notebooks of my posts on Medium
-
Updated
Jun 22, 2022 - Jupyter Notebook
Usage examples, demos, and tutorials for OSMnx.
-
Updated
Jun 16, 2022 - Jupyter Notebook
Google Colaboratory Notebooks and Repositories (by @firmai)
-
Updated
Mar 10, 2022 - Jupyter Notebook
This means they're incorrect unless your local timezone is equal to UTC.
In general, any newly generated report will have a 'last run' time of
babel.dates.format_timedelta(datetime.datetime.utcnow() - datetime.datetime.now())
and will just show your difference from UTC.
The hands-on NLTK tutorial for NLP in Python
-
Updated
Jan 17, 2019 - Jupyter Notebook
A cli tool to convert and manage jupyter notebook blogs. Proudly host your notebooks even as a static site.
-
Updated
Jul 6, 2022 - Python
Notes & exercise solutions of Part I from the book: "Hands-On ML with Scikit-Learn, Keras & TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" by Aurelien Geron
-
Updated
Jan 20, 2022 - Jupyter Notebook
4 different recommendation engines for the MovieLens dataset.
-
Updated
Jul 12, 2019 - Jupyter Notebook
IPyPlot is a small python package offering fast and efficient plotting of images inside Python Notebooks. It's using IPython with HTML for faster, richer and more interactive way of displaying big numbers of images.
-
Updated
Apr 4, 2022 - Python
-
Updated
Jul 7, 2022 - Python
All about attention in neural networks. Soft attention, attention maps, local and global attention and multi-head attention.
-
Updated
Jan 10, 2020 - Jupyter Notebook
This is the companion repo of the O'Reilly book "Python for Excel".
-
Updated
Jan 8, 2022 - Jupyter Notebook
Jupyter Notebooks with Deep Learning Tutorials
-
Updated
Aug 5, 2019 - Jupyter Notebook
Curated Notebooks from STScI
-
Updated
Jul 1, 2022 - Jupyter Notebook
This is where I put things I find useful that speed up my work with Machine Learning. Ever looked in your old projects to reuse those cool functions you created before? Well, this repo is designed to be a Python Library of functions I created in my previous project that can be reused. I also share some Notebooks Tutorials and Python Code Snippets.
-
Updated
Apr 6, 2022 - Jupyter Notebook
Spatial data processing for geomodeling
-
Updated
Jun 10, 2022 - Python
🚀 Feature
Dynamically extend the time limit for running CI on PR touching more content
Motivation
do not penalise PR which are touching multiple notebooks
Additional context
Run one tiny job which would determine how many notebooks are changed, and pass this count N to the test job and for example set timeout for testing as N*30min
A Repo to store the Google Colaboratory Notebooks that I have created and shared
-
Updated
May 24, 2022 - Jupyter Notebook
A series of Jupyter Notebooks on exploring Unidata technology with Python. See website for more information.
-
Updated
Jan 9, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the notebooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notebooks topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


This is a nice first issue:
Add types/docments to the
Learner.get_predsfunction. This function is essential to anyfastaiuser and has almost no documentation. Add types and text to the variables as we have in many places now.