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.
1 parent d687cb6 commit 2a989e2Copy full SHA for 2a989e2
src/components/repl.js
@@ -7,7 +7,7 @@ import { nord } from 'react-syntax-highlighter/dist/cjs/styles/prism'
7
//TODO: Or wait until jupyterlite has streamlined the installation process of user-specified packages
8
9
// See: https://github.com/jupyterlite/jupyterlite/issues/151
10
-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`
11
12
// https://github.com/jobovy/jupyterlite-repl-prerun
13
const jupyterliteInstance = 'https://jupyterlite.github.io/demo/repl'
0 commit comments