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
while running the command.. %matplotlib inline plt.imshow(np.squeeze(results.render())) plt.show()
the kernel is getting died. after restarting the kernel and running the code,it shows in default plt. is not defined although it is at the first. `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while running the command..
%matplotlib inline
plt.imshow(np.squeeze(results.render()))
plt.show()
the kernel is getting died. after restarting the kernel and running the code,it shows in default plt. is not defined although it is at the first.
![Screenshot 2022-09-22 133857](https://user-images.githubusercontent.com/67855406/191693232-55514e1c-d4ce-4371-91e9-e5505a030364.png)
`
The text was updated successfully, but these errors were encountered: