Skip to content

Commit 4eb1e73

Browse files
committed
use jupyterlabdemo as Firefly server with https
1 parent 52bce31 commit 4eb1e73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial-firefly.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"cell_type": "markdown",
247247
"metadata": {},
248248
"source": [
249-
"Choose a Firefly server. We use the Firefly server that is running at NCSA."
249+
"Choose a Firefly server. We use the Firefly server that is running in the jupyterlabdemo environment."
250250
]
251251
},
252252
{
@@ -255,7 +255,7 @@
255255
"metadata": {},
256256
"outputs": [],
257257
"source": [
258-
"my_server = 'lsst-demo.ncsa.illinois.edu'"
258+
"my_server = 'https://jupyterlabdemo.lsst.codes'"
259259
]
260260
},
261261
{
@@ -267,7 +267,7 @@
267267
"import IPython.display\n",
268268
"IPython.display.display(\n",
269269
" IPython.display.Markdown(\n",
270-
" 'Open a browser window to http://{}/firefly/slate.html?__wsch={}'.format(my_server, my_channel)))"
270+
" 'Open a browser window to {}/firefly/slate.html?__wsch={}'.format(my_server, my_channel)))"
271271
]
272272
},
273273
{

0 commit comments

Comments
 (0)