I created a notebook using Vertex AI without enabling terminal first, but I want to enable terminal now so that I can run a Python file from a terminal. Is there any way I can change the setting retrospectively?
Asked
Active
Viewed 373 times
1 Answers
2
As of now, when you create a Notebook instance with unchecked "Enable terminal" like the below screenshot, you cannot re-enable this option once the Notebook instance is already created.
The only workaround is to recreate the Notebook instance and then enable it.
Right now, there is already a Feature Request for this. You can star the public issue tracker feature request and add ‘Me too’ in the thread. This will bring more attention to the request as more users request support for it.

Scott B
- 2,516
- 1
- 8
- 15
-
Thanks, Scott. I've added +1. hope the feature becomes available soon. – Masa Ashiki Jul 19 '22 at 01:32
-
We have a new Update Runtime API Endpoint will see if we can add this option there. Thanks for the feedback – gogasca Jul 19 '22 at 21:29
-
1@ScottB - I accepted your answer. I also tried to upvote it but received "Thanks for the feedback! You need at least 15 reputation to cast a vote, but your feedback has been recorded." I will try it again once I got more than 15 reputation. – Masa Ashiki Jul 20 '22 at 03:07
-
1Just checked in the code, this morning, will rollout to Prod in 2 weeks and you will be able to use Update API method to change terminal. We will expose in UI a way to change this configuration as well. for this I have no ETA. – gogasca Jul 23 '22 at 01:06