Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkfabrik/jupyterlab-deno
This is an experimental project to run Jupiterlab with the Deno kernel installed and configured
https://github.com/sparkfabrik/jupyterlab-deno
Last synced: 23 days ago
JSON representation
This is an experimental project to run Jupiterlab with the Deno kernel installed and configured
- Host: GitHub
- URL: https://github.com/sparkfabrik/jupyterlab-deno
- Owner: sparkfabrik
- License: gpl-2.0
- Created: 2024-06-11T15:40:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T15:46:35.000Z (8 months ago)
- Last Synced: 2024-11-08T13:09:21.598Z (3 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Notebook with Deno Kernel
This project aims to provide a Jupyter Notebook environment with a Deno kernel. Please note that this project is highly experimental and may not be suitable for production use.
## Prerequisites
Before getting started, make sure you have the following prerequisites installed:
- [Docker](https://www.docker.com/)
## Installation
1. Clone this repository:
```shell
git clone https://github.com/sparkfabrik/jupyterlab-deno
```2. Change into the project directory:
```shell
cd jupiyerlab-deno
```3. Install the required dependencies:
```shell
make
```## Usage
To start the Jupyter Notebook with Deno kernel, run the following command:
```shell
make open
```