We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eec17e5 + 3fbfc61 commit 3a417d5Copy full SHA for 3a417d5
src/en/components/repl.js
@@ -8,7 +8,7 @@ import { nord } from 'react-syntax-highlighter/dist/cjs/styles/prism'
8
//TODO: Or wait until jupyterlite has streamlined the installation process of user-specified packages
9
10
// See: https://github.com/jupyterlite/jupyterlite/issues/151
11
-const preRunCode = `%23%20Import%20packages%0Aimport%20xarray%20as%20xr%0Aimport%20numpy%20as%20np%0Aimport%20pandas%20as%20pd`
+const preRunCode = `%23%20Import%20packages%0Aimport%20xarray%20as%20xr%0Aimport%20numpy%20as%20np%0Aimport%20pandas%20as%20pd%0Aimport%20matplotlib%20as%20mpl`
12
13
// https://github.com/jobovy/jupyterlite-repl-prerun
14
const jupyterliteInstance = 'https://jupyterlite.github.io/demo/repl'
0 commit comments