Skip to content

Commit

Permalink
Merge pull request #40 from yoongi0428/patch-1
Browse files Browse the repository at this point in the history
Typo correction in lazy_logging.md
  • Loading branch information
sytelus committed Sep 8, 2019
2 parents 77e6cc1 + 5d93efc commit bfaae25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lazy_logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ line_plot = tw.Visualizer(stream, vis_type='line')
line_plot.show()
```

Now when you run our script `sum_lazzy.py` in the console and then above Jupyter Notebook, you will see the sum of `weights` array getting plotted in real-time:
Now when you run our script `sum_lazy.py` in the console and then above Jupyter Notebook, you will see the sum of `weights` array getting plotted in real-time:

<img src="images/lazy_log_array_sum.png" width="400">

Expand All @@ -70,4 +70,4 @@ We have just scratched the surface in this new land of lazy logging! You can do

## Questions?

File a [Github issue](https://github.com/microsoft/tensorwatch/issues/new) and let us know if we can improve this tutorial.
File a [Github issue](https://github.com/microsoft/tensorwatch/issues/new) and let us know if we can improve this tutorial.

0 comments on commit bfaae25

Please sign in to comment.