-
Updated
Jun 24, 2022 - Python
notebook
Here are 2,120 public repositories matching this topic...
-
Updated
Jun 24, 2022 - JavaScript
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
/kind bug
What steps did you take and what happened:
Right now the Notebooks controller will be appending new Pod conditions to the Notebook's status https://github.com/kubeflow/kubeflow/blob/master/components/notebook-controller/controllers/notebook_controller.go#L247.
This means that a Notebook could end up with the following conditions being present at the same time:
{
-
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
Jun 25, 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
Jun 24, 2022 - Shell
We currently use some internal Pkg API to make https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management work, we we should try to avoid as much as possible. Take a look at src/packages/PkgCompat.jl to learn more, the compatibility issues are pretty well documented.
-
Updated
Jun 26, 2022 - TypeScript
-
Updated
Jun 20, 2022 - Jupyter Notebook
-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Dec 4, 2021 - Python
-
Updated
Jun 21, 2022 - GDScript
-
Updated
May 23, 2022 - Java
-
Updated
Jun 10, 2022 - Go
-
Updated
Aug 28, 2021 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
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."
The warnings at
do not mention the issues with reloading modules with enums:
Enum
andFlag
are compared by identity (is
, even if==
is used (similarly toNone
))