This message was deleted.
# ask-anything
s
This message was deleted.
βœ… 1
t
πŸ€”, the warning message shouldn't throw, in this case,
'a simple string with a : colon'
I think this is the bug we can fix soon, will follow up here to provide more status
The ad-hoc solution now might just ignore all warnings in your jupyter, ref: Disable warnings in jupyter notebook
m
Okay
The same issue occurs when I have % or : in a comment in my SQL statement
t
Hi Maarten, Thanks for the report, we have a fix is deployed today. Please download the 0.6.3 Version Release Note
m
great, thanks
On one hand it’s nice that jupysql is notifying me (in my notebook) that there is a new version available. But on the other hand, I wonder how it checks for this? Is it phoning home for every query I run? 😱
e
it stores the date of the last ping and i'll check after a week by pinging pypi.org
m
Thanks for the reply. Can I disable the checking?
e
yes, you can set the env variable
export PLOOMBER_VERSION_CHECK_DISABLED=true
πŸ‘ 1