Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The Kaggle Kernels API requires a `kernel-metadata.json` file for any kernel bei

## Step 2: Pushing

The push process uses the Kaggle Kernels API, so it requires a valid API key with write permissions to the learn notebooks to update.
The push process uses the Kaggle Kernels API, so it requires a valid API key with write permissions to the learn notebooks to update. Additionally, if pushing an exercise, the pushing account should be included in the `ops-kernels-commits-allow-errors` flag, which enables the notebook to be published despite known errors where the Learn users will fill in the missing code.

Use ./pushall.sh as
./pushall deep_learning/prod
Expand Down