interactive icon indicating copy to clipboard operation
interactive copied to clipboard

HTTP kernel variables are not persistent

Open jonsequitur opened this issue 10 months ago • 2 comments

A variable declared in one cell cannot be used in another.

image

jonsequitur avatar Apr 16 '24 15:04 jonsequitur

@shyamnamboodiripad how is variable declaration and sharing working in polyglot notebooks for the http kernel?

colombod avatar May 10 '24 16:05 colombod

I ran into this problem today and thought I would share the workaround for it. You can use the #!set magic command to set the variable and it will then be available to later cells.

image

mikekistler avatar May 10 '24 19:05 mikekistler