From 30cd7b3671232ba895a647439deca4e09505325d Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Tue, 24 Jan 2023 00:39:21 +0100 Subject: [PATCH] extend readme with instructions on using from outside --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 76a399c..dc7d8ab 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ post( ) ``` +### Posting from outside of your Jupyterhub + +1. Get the variables `JUPYTERPOST_URL` and `JPY_API_TOKEN` from your Jupyterhub server. +2. Provide them to `jupyterpost.post` as additional arguments and connect from anywhere! + ## Contributing Contributions are welcome! Please open an issue or a pull request. -- GitLab