Can someone point me at the docs for starting 'dag...
# ask-community
c
Can someone point me at the docs for starting 'dagster api grpc ...' programmatically? I want to do this from a jupyter notebook
d
c
@daniel thanks, yeah that allows me to run the cli, but how do I do the same from within python programmatically without launching another process? Do I instantiate DagsterInstance()
d
I'm not aware of a way to start a grpc server other than via launching it in a subprocess