-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"title": "Shared link", | ||
"description": "Shared link settings", | ||
"jupyter.lab.toolbars": { | ||
"TopBar": [ | ||
{ | ||
"name": "@jupyter/collaboration:shared-link", | ||
"command": "collaboration:shared-link", | ||
"rank": 99 | ||
} | ||
] | ||
}, | ||
"properties": {}, | ||
"additionalProperties": false, | ||
"type": "object" | ||
} | ||
"title": "Shared link", | ||
"description": "Shared link settings", | ||
"jupyter.lab.toolbars": { | ||
"TopBar": [ | ||
{ | ||
"name": "@jupyter/collaboration:shared-link", | ||
"command": "collaboration:shared-link", | ||
"rank": 99 | ||
} | ||
] | ||
}, | ||
"properties": {}, | ||
"additionalProperties": false, | ||
"type": "object" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
# Copyright (c) Jupyter Development Team. | ||
# Distributed under the terms of the Modified BSD License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Copyright (c) Jupyter Development Team. | ||
# Distributed under the terms of the Modified BSD License. | ||
|
||
|
||
def test_ydoc(): | ||
pass |