JupyPod / Codepod

RunVas IDE: Scalable Interactive Coding
https://codepod.io
MIT License
0 stars 0 forks source link

LaTeX node not properly exported & imported #4

Open forrestbao opened 1 year ago

forrestbao commented 1 year ago

Importing:

Here is a notebook made in Google CoLab

If you export it and import into Codepod/RunVas, it becomes this where LaTeX is not handled: image

Exporting:

Enter the math equation above using rich text editor in Codepod/RunVas, and then export, the code becomes -- again, LaTeX is not handled:

{
    "metadata": {
        "name": "latex test",
        "kernelspec": {
            "name": "python3",
            "display_name": "Python 3"
        },
        "language_info": {
            "name": "python"
        },
        "Codepod_version": "v0.0.1",
        "Codepod_repo_id": "pdvh3bkszbmpdak3n1l8"
    },
    "nbformat": 4,
    "nbformat_minor": 0,
    "cells": [
        {
            "cell_type": "markdown",
            "metadata": {
                "id": "8b78relwgzkei1ck80g6",
                "geoScore": 0.01
            },
            "source": [
                "",
                "This is a markdown node.\n",
                "\n",
                "\\\\frac{1}{a\\_b}\n"
            ]
        }
    ]
}

It was rendered properly in Codepod/Runvas.

image