Steven Silvester преди 8 години
родител
ревизия
fedcaa80ac
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/console/plugin.ts

+ 0 - 3
src/console/plugin.ts

@@ -301,9 +301,6 @@ function activateConsole(app: JupyterLab, services: IServiceManager, rendermime:
 
   /**
    * Get the kernel given the create args.
-   *
-   * #### Notes
-   * The manager must be ready before calling this function.
    */
   function getKernel(args: ICreateConsoleArgs, name: string): Promise<Kernel.IModel> {
     if (args.kernel) {