Skip to content

Commit ab809c1

Browse files
committed
Updated Version
1 parent 48d40ab commit ab809c1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jupyter lab build
3737
## Starting
3838
Click on the *ParaView trame* icon from the Jupyter Lab Launcher or the *ParaView trame* item from the new dropdown in Jupyter Classic.
3939

40-
### Security
41-
In the current state, trame will launch an **unprotected, open website** on a local port. On multi-user machines, your data will be visible to anyone!!
42-
4340
### Jupyter-Server-Proxy
4441
[Jupyter-Server-Proxy](https://jupyter-server-proxy.readthedocs.io) lets you run arbitrary external processes alongside your notebook and provide web access to them. After installing this proxy, you can start trame using the *ParaView trame* entry in the launcher. It will start the server (which might take a few seconds) and open the website in a new tab.
4542

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open(path.join(HERE, 'README.md'), 'r', encoding = 'utf-8') as fh:
66
long_description = fh.read()
77

8-
version='0.1.0'
8+
version='0.2.0'
99
setup(
1010
name = 'jupyter-trame-proxy',
1111
version = version,

0 commit comments

Comments
 (0)