The Wayback Machine - http://web.archive.org/web/20220709024922/https://github.com/topics/notebooks
Skip to content
#

notebooks

Here are 420 public repositories matching this topic...

bokeh
tcmetzger
tcmetzger commented Oct 26, 2021

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
orchest
ricklamers
ricklamers commented Aug 30, 2021

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.

good first issue improvement internal
notebooker

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
Borda
Borda commented Jun 25, 2021

🚀 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

enhancement good first issue help wanted CI/CD

Improve this page

Add a description, image, and links to the notebooks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notebooks topic, visit your repo's landing page and select "manage topics."

Learn more