You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using import "esm-hook", which allows importing of ESM modules to just work. I was wondering if it's possible to add a config option, so that I don't have to start each notebook with that piece of code. For example, a bit of code that is run for each notebook. I can then enable this for the workspaces where I use ESM modules.
The text was updated successfully, but these errors were encountered:
I am currently using
import "esm-hook"
, which allows importing of ESM modules to just work. I was wondering if it's possible to add a config option, so that I don't have to start each notebook with that piece of code. For example, a bit of code that is run for each notebook. I can then enable this for the workspaces where I use ESM modules.The text was updated successfully, but these errors were encountered: