https://github.com/insarlab/MintPy
Tip revision: 93d769b6ca5de7488ba259f3fe86ab7de23efc89 authored by Zhang Yunjun on 18 November 2022, 19:53:12 UTC
docs: add <details> tag to shorten installation note + version 1.5.0 tag (#912)
docs: add <details> tag to shorten installation note + version 1.5.0 tag (#912)
Tip revision: 93d769b
jupyter_notebook_config.py
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
# https://github.com/jupyter/docker-stacks/blob/master/base-notebook/jupyter_notebook_config.py
c = get_config() # noqa: F821
c.ServerApp.ip = '0.0.0.0'
c.ServerApp.port = 8888
c.ServerApp.open_browser = True
# https://github.com/jupyter/notebook/issues/3130
c.FileContentsManager.delete_to_trash = False