Skip to content

Commit 2a989e2

Browse files
authored
Update repl.js (#768)
* Update repl.js * fixup
1 parent d687cb6 commit 2a989e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { nord } from 'react-syntax-highlighter/dist/cjs/styles/prism'
77
//TODO: Or wait until jupyterlite has streamlined the installation process of user-specified packages
88

99
// 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`
10+
const preRunCode = `%23%20Import%20packages%0Aimport%20xarray%20as%20xr%0Aimport%20numpy%20as%20np%0Aimport%20pandas%20as%20pd%0Aimport%20matplotlib%20as%20mpl`
1111

1212
// https://github.com/jobovy/jupyterlite-repl-prerun
1313
const jupyterliteInstance = 'https://jupyterlite.github.io/demo/repl'

0 commit comments

Comments
 (0)