Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oovm/jupyter-protocol

Jupyter Kernel Protocol for rust
https://github.com/oovm/jupyter-protocol

jupyter jupyter-kernels jupyter-notebook kernel

Last synced: 17 days ago
JSON representation

Jupyter Kernel Protocol for rust

Awesome Lists containing this project

README

        

{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "57091d46",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
},
"vscode": {
"languageId": "python"
}
},
"outputs": [
{
"data": {
"text/plain": [
"true"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/plain": [
"0"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/plain": [
"-3.141592653589793"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/plain": [
"c"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/plain": [
"string"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"application/json": {
"dependencies": {
"base64": "0.21.3",
"clap": "4.4.2",
"clap_derive": "4.4.2",
"image": "0.24.7",
"jupyter": {
"features": [
"url",
"image",
"mathml-core",
"svg",
"ndarray"
],
"path": "../jupyter",
"version": "*"
},
"jupyter-derive": {
"path": "../jupyter-derive",
"version": "*"
},
"mathml-core": "0.1.6",
"mathml-latex": "0.0.3",
"num": "0.4.1",
"svg": "0.13.1",
"toml": "0.7.7",
"tracing-subscriber": "0.3.17"
},
"package": {
"authors": [
"Aster <[email protected]>"
],
"description": "Jupyter Kernel Protocol in Rust",
"edition": "2021",
"exclude": [],
"license": "MIT OR Apache-2.0",
"name": "calculator",
"publish": false,
"readme": "README.md",
"repository": "https://github.com/oovm/jupyter-protocol",
"version": "0.0.0"
}
}
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/html": [
"https://github.com/oovm/jupyter-protocol"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/html": [
"a+1b+1c+1d+1e"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/html": [
""
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/html": [
"0123456789"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/html": [
"0123456789123456789102345678910113456789101112456789101112135678910111213146789101112131415789101112131415168910111213141516179101112131415161718"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"!test"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "de09074f",
"metadata": {
"slideshow": {
"slide_type": "subslide"
},
"tags": [],
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"1+1"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a5e3c24e",
"metadata": {
"vscode": {
"languageId": "python"
}
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Calculator",
"language": "calculator",
"name": "calculator"
},
"language_info": {
"codemirror_mode": "rust",
"file_extension": ".calc",
"mimetype": "rust",
"name": "Calculator",
"nbconvert_exporter": "rust",
"pygment_lexer": "rust",
"version": "0.0.0"
}
},
"nbformat": 4,
"nbformat_minor": 5
}