Skip to content

Commit

Permalink
Remove help()
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 17, 2024
1 parent a2ae883 commit 549a083
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/chat/pyodide-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,6 @@ async def run(source, io_context):
except:
traceback.print_exc()
raise
def help():
return """Welcome to Python (Pyodide, WebAssembly)!
This code interperter is a Jupyter notebook-like environment, it support top-level await operations and the asyncio event loop is already running, so you can call "await func()" directly without wrapping in a async function or using asyncio.run.
The environment has access to remote servers, so you can fetch remote data by using python modules "requests" or "imjoy_rpc.hypha" for connect to the Hypha/BioEngine server.
User data will be mounted to the \`/mnt\` directory. Use "os.listdir('/mnt')" to explore available files before processing.
"""
`
const mountedFs = {}

Expand Down

0 comments on commit 549a083

Please sign in to comment.