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

jupyter-notebooks

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

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

edublancas
edublancas commented Oct 27, 2021

The load_dotted_path raises the following error if unable to load the module:

Traceback (most recent call last):
  File "/Users/Edu/Desktop/import-error/script.py", line 4, in <module>
    load_dotted_path('tests.quality.fn')
  File "/Users/Edu/dev/ploomber/src/ploomber/util/dotted_path.py", line 128, in load_dotted_path
    module = importlib.import_module(mod)
  File "/Users/

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

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