TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Open Notebook – Software for creating digital math worksheets

50 点作者 jaltekruse大约 9 年前

5 条评论

jaltekruse大约 9 年前
Hello all, as it's a show HN post it's kind of implied, but I am the author of the project. Please feel free to leave feedback or ask questions here. Thanks so much for checking out the project, be sure to share it on your social networks with your friends with an interest in education!
评论 #11752639 未加载
ytjohn大约 9 年前
This looks pretty interesting. It looks like the main use case is to make worksheets that students have to solve. I feel like this project shares a lot in common with ipython notebook[1], though I don&#x27;t know of a way to publish interactive notebooks. There would also be a bit of a learning curve to understand python. Still, I wonder if it could be done, something similar to nbviewer[2].<p>Imagine if this notebook (<a href="http:&#x2F;&#x2F;nbviewer.jupyter.org&#x2F;github&#x2F;jckantor&#x2F;CBE20255&#x2F;blob&#x2F;master&#x2F;notebooks&#x2F;West%20Virginia%20Chemical%20Spill.ipynb" rel="nofollow">http:&#x2F;&#x2F;nbviewer.jupyter.org&#x2F;github&#x2F;jckantor&#x2F;CBE20255&#x2F;blob&#x2F;ma...</a>) could be interactive, leaving a blank cell for the solution and students could fill it in and save it. If you distribute the file, students could run it, once they installed python&#x2F;ipython. Or, one of the cloud IDEs (c9.org)<p>1: ipython notebook - <a href="https:&#x2F;&#x2F;github.com&#x2F;ipython&#x2F;ipython&#x2F;wiki&#x2F;A-gallery-of-interesting-IPython-Notebooks#entire-books-or-other-large-collections-of-notebooks-on-a-topic" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ipython&#x2F;ipython&#x2F;wiki&#x2F;A-gallery-of-interes...</a><p>2: nbviewer - <a href="http:&#x2F;&#x2F;nbviewer.jupyter.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;nbviewer.jupyter.org&#x2F;</a>
ivan_ah大约 9 年前
Very interesting project, since it combines an authoring tool for teachers, printable worksheet generator functionality, and &quot;quiz tool&quot; for students to use.<p>The random problem generation functionality in particular is very powerful. It reminds me to the random problem generation API in the khan-exercises framework, but with a different interface. Instead of requiring teachers to learn JavaScript to generate problems, they just have to learn how to use the problem generators for different type of problems. Generating generators for <i>all</i> kinds of math problems will be a lot of work, still, it&#x27;s nice to see a new take on the problem.<p>Another promising project in the same space is <a href="https:&#x2F;&#x2F;ximera.osu.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ximera.osu.edu&#x2F;</a> [latex --&gt; (js,pdf) exercise generator]
评论 #11751746 未加载
jaltekruse大约 9 年前
Video Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EnBE76kY2cw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EnBE76kY2cw</a>
ausjke大约 9 年前
This is nice, a bit similar to DIA or Visio, relatively intuitive.<p>Would love to have a web-based system that can generate worksheets and grade them.
评论 #11751072 未加载