In the example the workflow is the following : ```python w = Url() w ``` ```python w.url ``` I tested it on my end and it works as expected. Now if i try to run: ```python w = Url() w.url ``` in 1 cell, I get `''`as a result. Why isn't it working in one cell (and by extension in a python script) ?