-
Updated
Feb 20, 2022 - Python
notebook
Here are 2,023 public repositories matching this topic...
Although the results look nice and ideal in all TensorFlow plots and are consistent across all frameworks, there is a small difference (more of a consistency issue). The result training loss/accuracy plots look like they are sampling on a lesser number of points. It looks more straight and smooth and less wiggly as compared to PyTorch or MXNet.
It can be clearly seen in chapter 6([CNN Lenet](ht
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
Now that #3490 has been merged, we should add more prometheus metrics to the notebook server!
Some ideas for metrics to add...
- Number of kernels running (labeled by type)
- Number of sessions open (not sure if this is useful?)
- Number of terminals open
- Mirror of the activity tracking metrics
- Kernel start / stop latency metric
-
Updated
Jul 11, 2020 - Shell
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.
-
Updated
Feb 18, 2022 - TypeScript
Description
It looks the Polynote doesn't support to configure Scala REPL like other notebook product.
For example, jupyter notebook support to configure Scala REPL such as
interp.configureCompiler(_.settings.outputDirs.setSingleOutput(replClassPath))
interp.configureCompiler(_.settings.Yreplclassbased)
Some configuration is hard-coded such as settings.Ydelambdafy.value is s
-
Updated
Feb 19, 2022 - Shell
The arrow on each file entry indicates it's a scrolling box, and it captures the mouse scroll wheel, preventing the whole list from being scrolled that way.
Server: Pluto v0.17.7, Julia 1.8-DEV.1225, Amazon Linux 2
Client: Edge (97.0.1072.76), Windows 11 (
-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Feb 16, 2022 - Jupyter Notebook
-
Updated
Dec 4, 2021 - Python
-
Updated
Feb 12, 2022 - Java
-
Updated
Feb 17, 2022 - Go
-
Updated
Aug 28, 2021 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Sep 17, 2021 - Shell
-
Updated
Jan 29, 2020
-
Updated
Feb 6, 2022 - C++
Improve this page
Add a description, image, and links to the notebook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notebook topic, visit your repo's landing page and select "manage topics."

Python 3.10 added suggestions for AttributeError and NameError in the error messages. It seems the suggestions are not stored in the exception object but calculated when Error is displayed. There is a note that that this won't work with IPython but it will be good to see if it's feasible. Opening an issue for discussion.
https://bugs.python.org/issue38530
https://docs.python.org/3/whatsnew/3.