runpod-python icon indicating copy to clipboard operation
runpod-python copied to clipboard

Enable startJupyter in create_pod()

Open matankley opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently it is only supported to pass start_ssh=True in the create_pod function within the sdk. The graphql api also accepts the parameter "startJupyter": true It would be very helpful to enable passing this parameter in the create_pod function just like its possible to pass the start_ssh=True Describe the solution you'd like A clear and concise description of what you want to happen. Add parameter start_jupyter : bool = True in create_pod() function Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. I couldn't find any option to pass additional parameters so there is actually no other way to solve that. Additional context Add any other context or screenshots about the feature request here.

matankley avatar Apr 25 '24 15:04 matankley