pauliacomi / pyGAPS

A framework for processing adsorption data and isotherm fitting
MIT License
62 stars 24 forks source link

IAST examples #17

Closed xiaogongkui closed 4 years ago

xiaogongkui commented 4 years ago

For the IAST examples section, the following was given as an example, but the "%run import.ipynb" does not work and is there any reference as to which file was selected to give the information following the 3 imports? Thanks.

%run import.ipynb import matplotlib.pyplot as plt import numpy

Selected 5 isotherms with nitrogen at 77K Selected 2 room temperature calorimetry isotherms Selected 2 isotherms for IAST calculation Selected 3 isotherms for isosteric enthalpy calculation

pauliacomi commented 4 years ago

The command is there to run the notebook called "import.ipnb" in the current kernel to import the example data. This notebook is found in the same folder i.e. ./docs/examples/import.ipynb.

I've double checked it on my end at it works well.

Can you make sure that you can run import.ipynb first? Also make sure that your root directory for jupyter is ./docs/examples/ otherwise the relative path will not work.

xiaogongkui commented 4 years ago

Hi Paul,

Thank you very much for the prompt reply. I followed your instruction and got it to work. Thank you for sharing the wonderful work and time put into the documentation.

Regards, Gongkui

On Thu, 27 Feb 2020 at 18:15, Paul Iacomi notifications@github.com wrote:

The command is there to run the notebook called "import.ipnb" in the current kernel to import the example data. This notebook is found in the same folder i.e. ./docs/examples/import.ipynb.

I've double checked it on my end at it works well.

Can you make sure that you can run import.ipynb first? Also make sure that your root directory for jupyter is ./docs/examples/ otherwise the relative path will not work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pauliacomi/pyGAPS/issues/17?email_source=notifications&email_token=AI5KCJMCJYSZLUG7IGFNFLDRE6HEBA5CNFSM4K4X4QWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENDYVMI#issuecomment-591891121, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI5KCJPQYLCWMDW7BG3MSALRE6HEBANCNFSM4K4X4QWA .

pauliacomi commented 4 years ago

Glad to hear it worked out! I will therefore close the issue if that's okay with you.

Don't hesitate to ask if you need any help or further info.

Best, Paul