-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Cleanup unused code #556
Cleanup unused code #556
Conversation
✔️ Deploy Preview for numpy-org ready! 🔨 Explore the source changes: 812928a 🔍 Inspect the deploy log: https://app.netlify.com/sites/numpy-org/deploys/6205951d62d5730007e93341 😎 Browse the preview: https://deploy-preview-556--numpy-org.netlify.app |
One thing I noticed: matplotlib works in these cells, but not until you've typed |
Done in 812928a |
Ah, okay: I guess no one uses plt.show in notebooks, so I didn't even think to try it. |
@stefanv: Once jtpio/replite#24 is merged, it would be possible to pre-run |
@jobovy Yes, explicit is probably better. We could, e.g., add a tab to the existing NumPy example snippet, so that we have multiple snippets—one of which can show how to plot. |
This sounds good. At a later stage we could even consider having an (opt-in) console closer to the examples using |
Thanks @jtpio! |
Brief description of what is fixed or changed
Fixes #555
Follow-up to #547
Also tweak the "Try NumPy" title so it's centered: