mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
Fix python codestyle
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
# Optional test with [Matplotlib Jupyter Integration](https://github.com/matplotlib/ipympl)
|
||||
# %matplotlib widget
|
||||
import matplotlib
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
import os
|
||||
@@ -21,4 +20,4 @@ ax.grid()
|
||||
# Note that the test can be run headless by checking if an image is produced
|
||||
file_path = os.path.join("/tmp", "test.png")
|
||||
fig.savefig(file_path)
|
||||
print(f"File {file_path} saved")
|
||||
print(f"File {file_path} saved")
|
||||
|
Reference in New Issue
Block a user