Skip to content

Commit 3a417d5

Browse files
authored
Merge pull request #191 from Scientific-Python-Translations/updates-2025-04-21-05-09-14
Update source content
2 parents eec17e5 + 3fbfc61 commit 3a417d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/en/components/repl.js

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

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

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

0 commit comments

Comments
 (0)