breaking(curriculum): add scientific-computing to /learn (#53143) (#53146)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
This commit is contained in:
Shaun Hamilton
2024-02-28 16:05:23 +02:00
committed by GitHub
parent 5b56bbd1ff
commit d361e128c0
26 changed files with 2633 additions and 216 deletions

View File

@@ -134,6 +134,7 @@ function initRunPython() {
else:
return ""
`);
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
const getResetId = globals.get('__get_reset_id') as PyProxy & (() => string);
return { runPython, getResetId, globals };