forked from pyxem/pyxem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pyxem#1109 from CSSFrancis/doc_improvements
Clean up documentation
- Loading branch information
Showing
6 changed files
with
29 additions
and
40 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
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. _Jupyter: | ||
|
||
----------------- | ||
Using Jupyter Lab | ||
----------------- | ||
|
||
Jupyter Lab is a powerful tool for interactive data analysis. It is a web-based | ||
interactive development environment that allows you to combine code, text, and | ||
visualizations in a single document. It is particularly useful for exploratory | ||
data analysis and for sharing your analysis with others. | ||
|
||
While Jupyter Lab is not required to use pyxem, it is highly recommended. The | ||
`Basic Usage <https://hyperspy.org/hyperspy-doc/current/user_guide/basic_usage.html>`_ section of | ||
the HyperSpy documentation contains a lot of useful information on how to use Jupyter Lab from | ||
a command line interface or using the context menu included with the Hyperspy bundle on windows | ||
computers. | ||
|
||
We also highly recommend using Jupyter Lab to publish full analysis workflows. This is a great way | ||
to share your analysis with others and to make your analysis reproducible! |