Giter Club home page Giter Club logo

Comments (5)

amirhouieh avatar amirhouieh commented on June 26, 2024

@jinhojang6 could you take a look at this and see what options we have. Is there a Docusaurus plugin or shall we use libraries like react-jupiter?

  • what are the option for python
  • what options and approach we can have for a wider range of environments and languages

from logos-docusaurus-plugins.

jinhojang6 avatar jinhojang6 commented on June 26, 2024

@amirhouieh Sure thing, let me look into it

from logos-docusaurus-plugins.

jinhojang6 avatar jinhojang6 commented on June 26, 2024

Recommended options for Python

  1. (Complicated but Solid) Jupyter UI for React & Docusaurus: datalayer/jupyter-ui
    Github / Docs

Need to use .devcontainer based on the guideline

The [Jupyter UI](https://github.com/datalayer/jupyter-ui) repository ships the needed .devcontainer folder to develop from [VS Code devcontainers](https://code.visualstudio.com/docs/devcontainers/containers).

Just click on the bottom-left blue icon in your VS Code and select Reopen in container...

Docusaurus example

  • Had to run yarn add @datalayer/jupyter-docusaurus-plugin before this step
yarn install &&
  echo open http://localhost:3000/docs/intro && \
  yarn start
  • Successfully ran a Jupyter UI in Docusaurus.
    스크린샷 2023-09-12 오후 3 49 32
  1. (Simple) Jupyter Light as an iframe
<iframe
  src="https://jupyterlite.github.io/demo/repl/index.html?kernel=python&toolbar=1"
  width="100%"
  height="500px"
>
</iframe>

from logos-docusaurus-plugins.

jinhojang6 avatar jinhojang6 commented on June 26, 2024

Options for a wider range of environments and languages:

Additional research in progress

from logos-docusaurus-plugins.

jinhojang6 avatar jinhojang6 commented on June 26, 2024

Recommended open source options for general environments

  1. Using Judge0 as the backend, and judge0 IDE as an iframe (or build our own frotend)
스크린샷 2023-09-12 오후 11 17 54

  1. Using compiler-explorer as an iframe
스크린샷 2023-09-12 오후 11 18 35

  1. CodeX Frontend / Backend
스크린샷 2023-09-12 오후 11 19 29

Other examples

from logos-docusaurus-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.