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
As a user I would like to change the notebook name or location of a node. Currently the node properties display the name/location but do not allow for editing. Therefore if a user wants to change the name/location of a notebook the following steps need to be completed::
create a new node for the "renamed" notebook
select a runtime container
copy and paste "file dependencies"
copy and paste environment variables
copy and paste "output files"
remove old node
link notebook nodes
With this proposed enhancement a user would only have to change the name/location of the notebook.
The text was updated successfully, but these errors were encountered:
A quick note on implementation: We definitely do not want to make this update via a text fields, but some form of UI. (as per previous discussions around this topic)
As a user I would like to change the notebook name or location of a node. Currently the node properties display the name/location but do not allow for editing. Therefore if a user wants to change the name/location of a notebook the following steps need to be completed::
With this proposed enhancement a user would only have to change the name/location of the notebook.
The text was updated successfully, but these errors were encountered: