We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Execute
import numpy j = numpy.int64(17)
.
Now j shows up in the variable explorer, but the Value column displays class 'numpy.int64. It should display the value 17 instead.
j
class 'numpy.int64
17
(My current environment is described in #3562.)
The text was updated successfully, but these errors were encountered:
@dalthviz, an easy one for you. Please make that all numeric Numpy types appear in the Variable Explorer :-)
Sorry, something went wrong.
f834b69
dalthviz
No branches or pull requests
Execute
.
Now
j
shows up in the variable explorer, but the Value column displaysclass 'numpy.int64
. It should display the value17
instead.(My current environment is described in #3562.)
The text was updated successfully, but these errors were encountered: