Skip to content
#

jupyter-notebooks

Here are 1,217 public repositories matching this topic...

mathbunnyru
mathbunnyru commented May 22, 2021

Contributed recipes are not checked in CI, were mostly added a long time ago and so they might be out-of-date.
It would be nice if someone checked them, updated packages versions used there and verified that they still work.

type:Maintenance tag:Documentation good first issue
edublancas
edublancas commented Jun 30, 2022

I got a user who asked me if their pipeline.yaml looked well and I noticed they had something like this:

tasks:
   # ... a bunch of tasks
   - source: fit.py
      product:
        nb: path/to/report.html
        data: path/to/data.csv
        data1: path/to/data.csv
        data2: path/to/data.csv

The user was confused and thought that the naming should be name, name1

documentation good first issue low priority
jasongrout
jasongrout commented Sep 17, 2021

In jupyter-widgets/ipywidgets#3124, @ibdafna listened for window resize events as a proxy for if a root widget view needed to have a resize event triggered. This is a coarse proxy, since changing a browsers window size may or may not mean that the root widget size changed, and something else on the page may also change the root widget size and we wouldn't know if the browse

Machine Learning tutorials with TensorFlow 2 and Keras in Python (Jupyter notebooks included) - (LSTMs, Hyperameter tuning, Data preprocessing, Bias-variance tradeoff, Anomaly Detection, Autoencoders, Time Series Forecasting, Object Detection, Sentiment Analysis, Intent Recognition with BERT)

  • Updated Apr 23, 2020
  • Jupyter Notebook
notebooker

Improve this page

Add a description, image, and links to the jupyter-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 jupyter-notebooks topic, visit your repo's landing page and select "manage topics."

Learn more