Skip to content

Painless Gwyddion Integration with Python Jupyter Notebooks

License

Notifications You must be signed in to change notification settings

n-bock/docker-gwyddion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Notebook with Gwyddion binding

This Jupyter Notebook is a ready-to-run Docker image containing the Gwyddion Python software binding. The Gwyddion software offers advanced scanning probe microscopy data visualization and analysis tools (see http://gwyddion.net/).

Getting started

Set up your Docker environment and pull the the Docker image. Run the Docker container with:

docker run -p 8888:8888 nbock/gwyddion

Open http://localhost:8888/ in your browser and copy the security token from the command line to access your Jupyter environment. Open a new Python 2 notebook and test the Gwyddion binding with:

import gwy

See the Gwyddion Documentation for further details.

About

Painless Gwyddion Integration with Python Jupyter Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published