Skip to content

Commit

Permalink
fix code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Aug 23, 2024
1 parent 1cb0081 commit 17063ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const plugin: JupyterFrontEndPlugin<void> = {

You will need to request the `jupyterlab-blockly` package as a dependency for your extension, in order to ensure it is installed and available to provide the token `IBlocklyRegistry`. To do this, you need to add the following line to your `pyproject.toml` file.

```toml
```
// pyproject.toml : 26
dependencies = [
Expand Down

0 comments on commit 17063ef

Please sign in to comment.