Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP kernel variables are not persistent #3522

Open
jonsequitur opened this issue Apr 16, 2024 · 2 comments
Open

HTTP kernel variables are not persistent #3522

jonsequitur opened this issue Apr 16, 2024 · 2 comments
Labels
Area-HTTP bug Something isn't working

Comments

@jonsequitur
Copy link
Contributor

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

image

@jonsequitur jonsequitur added bug Something isn't working Area-HTTP labels Apr 16, 2024
@colombod
Copy link
Member

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

@mikekistler
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-HTTP bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants