forked from lspvic/jupyter_tensorboard
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merges and adapts changes from lspvic#54 to fix TensorBoard 2.4.x scalar card compatibility Signed-off-by: Cliff Woolley <[email protected]>
- Loading branch information
Showing
3 changed files
with
69 additions
and
20 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
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,4 +1,3 @@ | ||
-e . | ||
flake8 | ||
pytest | ||
wrapt |
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
dfa2a17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I have 2 questions:
[W 08:42:02.094 LabApp] 403 POST /jean-zay1_8002/tensorboard/1/data/plugin/scalars/scalars_multirun (10.148.0.38): '_xsrf' argument missing from POST
notebook is 6.4.0
wrapt is 1.12
tensorflow/tensorboard is 2.5.0.
Do you have any hint for me ?
Thanks a lot.
dfa2a17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kimchitsigai - This commit is merged to cliffwoolley/jupyter_tensorboard, though there is a superceding commit. You shouldn't see messages about xsrf if you move up to the top of tree.
But maybe you're asking why my PR lspvic#63 isn't merged to the parent repo? I don't know.