You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program generates graphs from a given CSV file and allows the user to generate a User friendly graph
@@ -40,6 +42,8 @@ import bokeh
40
42
41
43
To ensure that all modules are loaded and everything is working. Launch the program and attempt to load a CVS into the program, If the data from the CVS is displayed then Graph Generator is working
42
44
45
+
Check the screenshots for examples of what the program is supposed to look like
46
+
43
47
## Deployment
44
48
45
49
The best way to deploy this software for use in lab is to run locally either through command prompt or a Python Interpreter of your own
0 commit comments