Steven Silvester пре 5 година
родитељ
комит
284014a05e
1 измењених фајлова са 1 додато и 1 уклоњено
  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.