-
Updated
Mar 10, 2021 - Python
notebook
Here are 1,648 public repositories matching this topic...
/kind feature
This is a sub-issue from #5494.
We need to remove any f"strings"
from the backend of the Jupyter web app in order to be able to use lower versions from Python 3.6 to run it.
/good-first-issue
Current pytorch implementation ignores the argument split_f
in the function train_batch_ch13
as shown below.
def train_batch_ch13(net, X, y, loss, trainer, devices):
if isinstance(X, list):
# Required for BERT Fine-tuning (to be covered later)
X = [x.to(devices[0]) for x in X]
else:
X = X.to(devices[0])
...
Todo: Define the argument `
-
Updated
Jul 11, 2020 - Shell
-
Updated
Mar 10, 2021 - TypeScript
Plotting UI revamp
The plotting UI leaves a lot to be desired:
- When you bring up the plotting UI, it's not obvious that you have to do some work to make a plot happen. If you don't, there's no error message, just a never-ending wait. (see https://gitter.im/polynote/polynote?at=5e0e36f9eac8d1511e9ed2ff )
- Why do we make you drag things onto axes? Especially when there is only one axis it could go onto (at leas
-
Updated
Mar 10, 2021 - Shell
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jan 28, 2021 - Python
Pop out cells
I wrote this as an experiment, anyone should feel free to continue working on it! The first step is to try it out and make a list of TODOs.
https://user-images.githubusercontent.com/6933510/110047855-e9e5ba80-7d4e-11eb-9c25-ae3cf8f56b13.mov
-
Updated
Feb 15, 2021 - Java
-
Updated
Mar 10, 2021 - Jupyter Notebook
-
Updated
Mar 10, 2021 - Go
-
Updated
Jun 5, 2020 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Jan 18, 2021 - Shell
-
Updated
Jan 29, 2020
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Mar 10, 2021
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."
Travis is not going to automatically offer the free tier for all open source projects; We likely want o migrate away from travis.
Setting up github actions to replace travis would be a welcomed contribution.