[Feature Request] import .mojo file in playground #174
Labels
enhancement
New feature or request
mojo-repo
Tag all issues with this label
mojo-tooling
Tag for all issues related to repl, lldb, lsp, vscode extension.
notebook
Tag for issues related to Jupyter Notebooks or enviornment
Request
Allow user to save
.mojo
files in playground and import them in notebook.Motivation
User defined common libraries can be saved in those files without copying around among notebooks.
Description and Requirements
Save a file
MyTest.mojo
like below in the same dir as the notebook.Run from notebook
Optional consideration: How import paths should be specified? via
sys.path
, environment variable or etc?The text was updated successfully, but these errors were encountered: