-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error- IPython is not defined #2
Comments
Can you provide the cell/code that raises this error? A screenshot would be fine. |
Ok, that's good. This error seems to be related only to interactive plotting in Jupyter Notebook; see this thread: https://stackoverflow.com/questions/51922480/javascript-error-ipython-is-not-defined-in-jupyterlab In the first cell of the tutorial notebook, please try changing the line |
hello, first of all, Thank you very much for your responses. they are of big help. I am now able to access some of the codes by using bayes_drt2 But still i am having problems when I run,
i really appreciate your efforts. thank you. |
I've updated the DDT walkthrough to reflect the current module organization, which no longer includes the old bayes_drt_20201113 is a static copy of the package at time of the original paper's publication to ensure that the figures can be reproduced. Unfortunately, you will need to install |
hello there, Thank you so much all the efforts and apologies If I am asking too much. I tried the modifications and got some error. I am attaching the pdf file, kindly go through this. (5). Detailed DDT recovery walkthrough.pdf And also I want to perform DRT of data with all the methods simultaneously, will it be possible using bayes_drt2? I have tried all the version of MVSC 2022,2019,2017,2015, in order to access bayes_drt, the same error is arising, "MVSC is not supported." Please help. |
Hi, sorry for the delayed reply. I need some time to work through the errors shown in the PDF. Sorry that those popped up; some are definitely bugs, while others may be related to a change in
|
Hi there, I fixed a couple minor things that were causing the errors in the tutorial. However, I wasn't able to reproduce the non-fatal |
Hello there,
First of all thank you so much for all the help in Bayes_drt.
I have set up new environment for bayes_drt2 as instructed. sucessfully downloaded.
now when i am executing the code, the error, " Javascript Error: IPython is not defined" comes.
i have install necessary IPython package also by using "pip install --upgrade ipython" in notebook as well as using conda in conda prompt. still experiencing this error.
suggest some solutions.
Thank you.
The text was updated successfully, but these errors were encountered: