kotleta2007 / remote-jupyter-bot

A Telegram bot that starts and serves links to remote Jupyter Notebook sessions
GNU General Public License v3.0
3 stars 0 forks source link
docker jupyter jupyter-notebook telegram telegram-api telegram-bot telegram-bot-api

remote-jupyter-bot

A Telegram bot that serves links to remote Jupyter notebook sessions

Installation

You need:

Setup

  1. Clone the repo
    git clone git@github.com:kotleta2007/remote-jupyter-bot.git
  2. Create a virtual environment, install the dependencies
    python -m virtualenv bot
    source bot/bin/activate
    pip install -r requirements.txt
  3. Put your bot token in .env
    echo TELEGRAM_TOKEN=YOUR_TOKEN_HERE > .env
  4. Run the script
    ./jupyter-bot.sh

Usage

The /man command lists all available commands.