Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

reading a cell from another cell in colab

# Obtain the notebook JSON as a string
from google.colab import _message
notebook_json_string = _message.blocking_request('get_ipynb', request='', timeout_sec=5)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reading #cell #cell #colab
ADD COMMENT
Topic
Name
9+6 =