Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Automatically updated graph in jupyter notebook using qt5
Post: Automatically updated graph in jupyter notebook us...

Hey guys, how to do this in jupyter notebook: %matplotlib notebook import numpy as np import matplotlib.pyplot as plt   m = 100 n = 100 matrix = np.random.normal(0,1,m*n).reshape(m,n)   fig = plt.fi...
capponero Data Science 0 4,095 May-16-2017, 03:08 PM
    Thread: Sharing global variables between script in python
Post: Sharing global variables between script in python

Hello guys, I have just moved from Matlab to Python (I am using Spyder environment) and I am depressed that I cannot share the global variables between script. I would like to have in the same folder...
capponero General Coding Help 3 19,627 Oct-27-2016, 08:00 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020