Skip to content

Commit ca491bd

Browse files
committed
remove the niryo plugin
1 parent 58e05ae commit ca491bd

File tree

3 files changed

+2
-2170
lines changed

3 files changed

+2
-2170
lines changed

src/index.ts

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,4 @@ const plugin: JupyterFrontEndPlugin<IBlocklyRegisty> = {
208208
}
209209
};
210210

211-
import BlocklyNiryo from './niryo/niryo_one_python_generators';
212-
213-
/**
214-
* Initialization data for the jupyterlab-blocky extension.
215-
*/
216-
const niryo: JupyterFrontEndPlugin<void> = {
217-
id: 'jupyterlab-blocky:niryo',
218-
autoStart: true,
219-
requires: [IBlocklyRegisty],
220-
activate: (app: JupyterFrontEnd, blockly: IBlocklyRegisty): void => {
221-
console.log('JupyterLab extension jupyterlab-blocky-niryo is activated!');
222-
blockly.registerToolbox('niryo', BlocklyNiryo.Toolbox);
223-
}
224-
};
225-
226-
export default [plugin, niryo];
211+
export default plugin;

0 commit comments

Comments
 (0)