Skip to content

Commit

Permalink
πŸ”‡ Silence erroneous logging (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf authored Feb 27, 2024
1 parent 84cd60c commit 5d31f15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nbproject/_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ def header(
# We assume Jupyter Lab as an environment for now
if env is None:
env = "lab"
logger.info("Assuming editor is Jupyter Lab.")
# this logs "jupyter lab" in vscode and hence, is confusing
# logger.info("Assuming editor is Jupyter Lab.")

try:
nb = read_notebook(filepath) # type: ignore
Expand Down

0 comments on commit 5d31f15

Please sign in to comment.