Skip to content

Commit

Permalink
Fix version and link (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk authored Jan 23, 2025
1 parent feeec66 commit c74fc09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/documentation/appendix-docs/app_development.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> **IMPORTANT:**
> These instructions are for older versions of JupyterLab earlier than v3.6.3/4.1.0.
> [You can find the latest documentation on running an application locally here](https://user-guidance.analytical-platform.service.justice.gov.uk/tools/jupyterlab/index/html#accessing-a-locally-running-application).
> These instructions are for older versions of JupyterLab earlier than v3.6.3-4.1.0.
> [You can find the latest documentation on running an application locally here](https://user-guidance.analytical-platform.service.justice.gov.uk/tools/jupyterlab/index.html#accessing-a-locally-running-application).

# Running your app within Jupyter
Expand Down
2 changes: 1 addition & 1 deletion source/documentation/tools/jupyterlab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ And then select the kernel in Jupyter as [normal](../tools/package-management.ht

## Accessing a Locally Running Application

As of version JupyterLab v3.6.3/4.1.0, to access an application running locally (such as Dash or Streamlit), it *must* be running on port `8081`. You can then access it by visiting `https://${USERNAME}-jupyter-lab-tunnel.tools.analytical-platform.service.justice.gov.uk`. As apps are only accessible on port 8081, you can only run one app at a time.
As of version JupyterLab v3.6.3-4.1.0, to access an application running locally (such as Dash or Streamlit), it *must* be running on port `8081`. You can then access it by visiting `https://${USERNAME}-jupyter-lab-tunnel.tools.analytical-platform.service.justice.gov.uk`. As apps are only accessible on port 8081, you can only run one app at a time.

This cannot be accessed by anyone other than yourself as it uses the same authentication method as your tooling.

Expand Down

0 comments on commit c74fc09

Please sign in to comment.