fix: one notebook rule

This commit is contained in:
Andrew Ferlitsch
2023-03-14 21:46:43 +00:00
parent f9be4f470d
commit fe42cb6ebd
+3 -1
View File
@@ -44,8 +44,10 @@ Finally, run this code block to check for errors. Each step will attempt to
automatically fix any issues. If the fixes can't be performed automatically, automatically fix any issues. If the fixes can't be performed automatically,
then you will need to manually address them before submitting your PR. then you will need to manually address them before submitting your PR.
Note: For official, only submit one notebook per PR.
```shell ```shell
docker run -v ${PWD}:/setup/app gcr.io/cloud-devrel-public-resources/notebook_linter:latest <your_notebooks> docker run -v ${PWD}:/setup/app gcr.io/cloud-devrel-public-resources/notebook_linter:latest your_notebook
``` ```
## Code Reviews ## Code Reviews