-
Notifications
You must be signed in to change notification settings - Fork 607
Move Inspector Tutorial Code into individual code cells #814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for resplendent-gnome-14e531 canceled.
|
This pull request was exported from Phabricator. Differential Revision: D50147708 |
405e72a
to
fb85b3d
Compare
This pull request was exported from Phabricator. Differential Revision: D50147708 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50147708 |
fb85b3d
to
d4911e9
Compare
This pull request was exported from Phabricator. Differential Revision: D50147708 |
2a2a565
to
5f4768b
Compare
This pull request was exported from Phabricator. Differential Revision: D50147708 |
5f4768b
to
07b99d6
Compare
Summary: Run linter on the code portions and separate them into different notebook cells --- Note: The generated Cell types are being set to markdown and that is intentional. Normally code cells would be best, but due to usage of runtime and python sections in this notebook, code cells would result in the documentation triggering a suite of build errors Differential Revision: D50147708
This pull request was exported from Phabricator. Differential Revision: D50147708 |
07b99d6
to
f9f89e5
Compare
This pull request was exported from Phabricator. Differential Revision: D50147708 |
This pull request has been merged in 7ef721c. |
So that users on say Ubuntu 20.04 can use the script, because to the `python` is still 2.7: ``` $ cat /etc/issue; python --version Ubuntu 20.04.5 LTS \n \l Python 2.7.18 ```
Summary:
Run linter on the code portions and separate them into different notebook cells
Note: The generated Cell types are being set to markdown and that is intentional. Normally code cells would be best, but due to usage of runtime and python sections in this notebook, code cells would result in the documentation triggering a suite of build errors
Differential Revision: D50147708