You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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() functionDescribe 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.
The text was updated successfully, but these errors were encountered: