@sharpe-jupyter/connect 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -244,6 +244,7 @@ function startJupyter(port2) {
244
244
  "--ServerApp.password=",
245
245
  "--ServerApp.allow_remote_access=True",
246
246
  "--ServerApp.disable_check_xsrf=True",
247
+ "--ContentsManager.allow_hidden=True",
247
248
  `--ServerApp.root_dir=${process.cwd()}`
248
249
  ],
249
250
  { stdio: ["ignore", "pipe", "pipe"], env }
@@ -273,6 +274,7 @@ function startJupyterWithUv(port2, uvBin) {
273
274
  "--ServerApp.password=",
274
275
  "--ServerApp.allow_remote_access=True",
275
276
  "--ServerApp.disable_check_xsrf=True",
277
+ "--ContentsManager.allow_hidden=True",
276
278
  `--ServerApp.root_dir=${process.cwd()}`
277
279
  ],
278
280
  { stdio: ["ignore", "pipe", "pipe"], env }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sharpe-jupyter/connect",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Connect a local JupyterHub to Sharpe via Cloudflare Tunnel",
5
5
  "type": "module",
6
6
  "bin": {