New to ojs and want to make histogram of simulated data #611
Replies: 2 comments 2 replies
-
Ahhh. Okay, I figured it out. I am dumb. For anyone who might run into this problem: I was trying to view the output through the html file it produces only. Instead you can run |
Beta Was this translation helpful? Give feedback.
-
Ahhh. Okay, I figured it out. I am dumb. For anyone who might run into this problem: I was trying to view the output through the html file it produces only. Instead you can run |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am trying to make some simple interactives with simulated data to demonstrate some concepts to students of mine. I thought OJS could be a really useful tool to do this.
However, I am running into troubles.
I first simulate the data with numpy and put it into a pandas.DataFrame
And then I use
ojs_define()
:Then I wanted to make a histogram, but wasn't sure if I got my data in correctly, so then I thought I'd try to produce a table, but still have a blank page:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions