TypeScript mathjax

Open-source TypeScript projects categorized as mathjax

Top 4 TypeScript mathjax Projects

  • MathJax-src

    MathJax source code for version 3 and beyond

    Project mention: MathJax v4.0.0-Alpha.1 | news.ycombinator.com | 2023-06-13
  • cocalc

    CoCalc: Collaborative Calculation in the Cloud

    Project mention: Ask HN: Who has deployed commercial features using GPT4? | news.ycombinator.com | 2023-04-15

    1. I'm integrating ChatGPT extensively into https://CoCalc.com. This integration makes a lot of sense, because cocalc is a platform in which relatively inexperienced students use Jupyter notebooks, linux terminals and Latex. So far, the most popular feature by far is a "Help me fix this" button that appears above stacktraces in Jupyter notebooks.

    2. One software engineering challenges is that ChatGPT often outputs code in markdown blocks. I've had to emphasize in prompts that it should explicitly mark the language. I then got inspired to make it possible to evaluate in place the code that appears in these blocks using a Jupyter kernel, and spent a week making that work (so, e.g., if you type a question into the chatgpt box on the landing page at https://cocalc.com, and code appears in the output, often you can just evaluate it right there). There seem to be endless surprises and challenges though. For example, a few minutes ago I realized that sometimes the giant tracebacks one gets when using Python in Jupyter notebooks are so big (even doing simple things with matplotlib) that they end up resulting in too much truncation: https://github.com/sagemathinc/cocalc/issues/6634

    3. I'm mostly using GPT-3.5-turbo rather than GPT4, even though I have a GPT4 api key. Aside from costs, GPT4 takes about 4x as long, which often just feels too long for my use case. The average time for a complete response from GPT-3.5 for my application is about 8 seconds, versus over 30s for GPT4.

  • SurveyJS

    A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.

  • vscode-markdown-editor

    A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-06-13.

TypeScript mathjax related posts

Index

What are some of the best open-source mathjax projects in TypeScript? This list will help you:

Project Stars
1 MathJax-src 1,804
2 cocalc 1,072
3 vscode-markdown-editor 279
4 obsidian-mathlinks 25
Write Clean JavaScript Code. Always.
Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com