Browse Source

Replace missing kwarg

Steven Silvester 5 years ago
parent
commit
284014a05e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/commands.py

+ 1 - 1
jupyterlab/commands.py

@@ -375,7 +375,7 @@ def watch(app_options=None):
 
 
 
-def install_extension(extension, app_options=None):
+def install_extension(extension, app_options=None, pin=None):
     """Install an extension package into JupyterLab.
 
     The extension is first validated.