Skip to content

Commit

Permalink
Fix the customized run() introduced in #181 that is necessary for mat…
Browse files Browse the repository at this point in the history
…plotlib
  • Loading branch information
whitphx committed Aug 31, 2022
1 parent ea99c51 commit d683ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stlite-kernel/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ async function loadPyodideAndPackages() {
flag_options,
) -> None:
bootstrap._fix_sys_path(main_script_path)
bootstrap._fix_matplotlib_crash()
bootstrap._fix_sys_argv(main_script_path, args)
bootstrap._fix_pydeck_mapbox_api_warning()
bootstrap._install_pages_watcher(main_script_path)
Expand Down

0 comments on commit d683ddd

Please sign in to comment.