 Jupyter Notebook 4.x Documentation[Bool] Default: False Answer yes to any prompts. JupyterApp.config_file [Unicode] Default: '' Full path of a config file. JupyterApp.config_file_name [Unicode] Default: '' Specify a config file to load NotebookApp.certfile [Unicode] Default: '' The full path to an SSL/TLS certificate file. NotebookApp.client_ca [Unicode] Default: '' The full path to a certificate authority certificate for SSL/TLS client client authentication. NotebookApp.config_file [Unicode] Default: '' Full path of a config file. NotebookApp.config_file_name [Unicode] Default: '' Specify a config file to load. NotebookApp.config_manager_class0 码力 | 70 页 | 817.80 KB | 1 年前3 Jupyter Notebook 4.x Documentation[Bool] Default: False Answer yes to any prompts. JupyterApp.config_file [Unicode] Default: '' Full path of a config file. JupyterApp.config_file_name [Unicode] Default: '' Specify a config file to load NotebookApp.certfile [Unicode] Default: '' The full path to an SSL/TLS certificate file. NotebookApp.client_ca [Unicode] Default: '' The full path to a certificate authority certificate for SSL/TLS client client authentication. NotebookApp.config_file [Unicode] Default: '' Full path of a config file. NotebookApp.config_file_name [Unicode] Default: '' Specify a config file to load. NotebookApp.config_manager_class0 码力 | 70 页 | 817.80 KB | 1 年前3
 Jupyter Notebook 4.x DocumentationBool Default: False Answer yes to any prompts. JupyterApp.config_file : Unicode Default: '' Full path of a config file. JupyterApp.config_file_name : Unicode Default: '' Specify a config file to load NotebookApp.certfile : Unicode Default: '' The full path to an SSL/TLS certificate file. NotebookApp.client_ca : Unicode Default: '' The full path to a certificate authority certificate for SSL/TLS client client authentication. NotebookApp.config_file : Unicode Default: '' Full path of a config file. NotebookApp.config_file_name : Unicode Default: '' Specify a config file to load. NotebookApp.config_manager_class0 码力 | 128 页 | 1.86 MB | 1 年前3 Jupyter Notebook 4.x DocumentationBool Default: False Answer yes to any prompts. JupyterApp.config_file : Unicode Default: '' Full path of a config file. JupyterApp.config_file_name : Unicode Default: '' Specify a config file to load NotebookApp.certfile : Unicode Default: '' The full path to an SSL/TLS certificate file. NotebookApp.client_ca : Unicode Default: '' The full path to a certificate authority certificate for SSL/TLS client client authentication. NotebookApp.config_file : Unicode Default: '' Full path of a config file. NotebookApp.config_file_name : Unicode Default: '' Specify a config file to load. NotebookApp.config_manager_class0 码力 | 128 页 | 1.86 MB | 1 年前3
 Jupyter Notebook 6.5.2 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.88 MB | 1 年前3 Jupyter Notebook 6.5.2 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.88 MB | 1 年前3
 Jupyter Notebook 6.5.4 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.89 MB | 1 年前3 Jupyter Notebook 6.5.4 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.89 MB | 1 年前3
 Jupyter Notebook 6.5.3 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.88 MB | 1 年前3 Jupyter Notebook 6.5.3 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.88 MB | 1 年前3
 Jupyter Notebook 6.5.1 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.88 MB | 1 年前3 Jupyter Notebook 6.5.1 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 191 页 | 1.88 MB | 1 年前3
 Jupyter Notebook 6.5.0 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 189 页 | 1.88 MB | 1 年前3 Jupyter Notebook 6.5.0 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 189 页 | 1.88 MB | 1 年前3
 Jupyter Notebook 6.4.12 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 185 页 | 1.88 MB | 1 年前3 Jupyter Notebook 6.4.12 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 185 页 | 1.88 MB | 1 年前3
 Jupyter Notebook 6.4.10 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 181 页 | 1.87 MB | 1 年前3 Jupyter Notebook 6.4.10 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 181 页 | 1.87 MB | 1 年前3
 Jupyter Notebook 6.4.11 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 183 页 | 1.88 MB | 1 年前3 Jupyter Notebook 6.4.11 Documentationjs is in [ ]: import os.path custom_js_path = os.path.join(jupyter_dir, 'custom', 'custom.js') [ ]: # my custom js if os.path.isfile(custom_js_path): with open(custom_js_path) as f: print(f.read()) Python what Loader to use [ ]: def find_notebook(fullname, path=None): """find a notebook, given its fully qualified name and an optional path This turns "foo.bar" into "foo/bar.ipynb" and tries turning not path: path = [''] for d in path: nb_path = os.path.join(d, name + ".ipynb") if os.path.isfile(nb_path): return nb_path # let import Notebook_Name find "Notebook Name.ipynb" nb_path = nb_path.replace("_"0 码力 | 183 页 | 1.88 MB | 1 年前3
共 62 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7














