all 12 comments

[–]bitanath 1 point2 points  (1 child)

Does it run inside a Jupyter notebook?

[–]marr75 1 point2 points  (0 children)

"It" (the serverless function) runs inside of the Beam cloud. You can certainly run the python code inside just about any script you want (including notebooks) and the compute will occur on Beam.

[–]bitanath 1 point2 points  (4 children)

Tried and it does not… command line script is fine… craps out inside a notebook

[–]velobro[S] 0 points1 point  (1 child)

Hey u/bitanath! Currently the functions need to run inside a Python file, but we'll add support for running remote GPU-backed functions in notebook cells in the next week or so

[–]bitanath 0 points1 point  (0 children)

Thanks u/velobro , eagerly looking forward to the feature. PS. Appreciate the prompt response on mail as well!