holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
566 stars 32 forks source link

Simple can't open Carnets #242

Open lorentzd opened 2 years ago

lorentzd commented 2 years ago

See the comment on the open issue titled: "bug in build 192". I also get a blank screen. This occurred a few weeks ago...but I lost track in what built # it was back then... other than I almost daily download the latest versions of apps off of the apple store.

holzschu commented 2 years ago

Hi, is that issue happening with a TestFlight build, or with an AppStore build?

lorentzd commented 2 years ago

the app store build.

Sent from my iPhone 13 Pro

On Mar 15, 2022, at 3:12 PM, Nicolas Holzschuch @.***> wrote:

 Hi, is that issue happening with a TestFlight build, or with an AppStore build?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

holzschu commented 2 years ago

I'm downloading it, but I'm not sure I'll be able to reproduce the issue. Is there anything else I should know to reproduce it?

lorentzd commented 2 years ago

Nothing much more than when I open Carnets, i see this:

A blank screen…. It renders you code useless… and before I was a regular user.

Best regards,

Don Lorentz

Sent from my iPad Pro

On Mar 15, 2022, at 3:19 PM, Nicolas Holzschuch @.***> wrote:

 I'm downloading it, but I'm not sure I'll be able to reproduce the issue. Is there anything else I should know to reproduce it?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

holzschu commented 2 years ago

I don't think your image has been uploaded (github tends to remove content sent by e-mail). I have no idea what's happening. I would suggest reinstalling the app.

holzschu commented 2 years ago

I think I found what the problem was. It should be fixed in the next release.

holzschu commented 2 years ago

Hi, if the problem is still present for you with version 1.7.0, can you send me the notebook and tell me where it is located? I’m trying to reproduce the issue.

lorentzd commented 2 years ago

I am no longer having the issue. Everything looks good now.

Sent from my iPhone 13 Pro

On Mar 28, 2022, at 4:31 AM, Nicolas Holzschuch @.***> wrote:

 Hi, if the problem is still present for you with version 1.7.0, can you send me the notebook and tell me where it is located? I’m trying to reproduce the issue.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

lorentzd commented 2 years ago

Nicolas-

Greetings and I hope you & your loved ones are safe.

I am attempting to use a library called CoolProp, written in C, within your Carnets plus app. I did my pip install of CoolProp and received a considerable amount of chatter/feedback about “clang”… inferring that I may have needed another library installed FOR CoolProp that provided C coding support.

Any thoughts, sir?

Best regards,

Don Lorentz

Sent from my iPad Pro

holzschu commented 2 years ago

"clang" is the name of the C compiler on Apple architecture. The installation process is complaining that there isn't a C compiler available on iOS, which is unfortunately true. We can only install pure Python packages with "pip" at the user level. Anything that requires compilation must be installed at the application level.

lorentzd commented 2 years ago

Thank you.

Lorentzd

Sent from my iPad Pro

On Jul 25, 2022, at 10:23 AM, Nicolas Holzschuch @.***> wrote:

 "clang" is the name of the C compiler on Apple architecture. The installation process is complaining that there isn't a C compiler available on iOS, which is unfortunately true. We can only install pure Python packages with "pip" at the user level. Anything that requires compilation must be installed at the application level.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

lorentzd commented 1 year ago

That worked… re-downloading it was the trick. All is good now.

Best regards,

Don Lorentz

Sent from my iPad Pro

On Mar 15, 2022, at 4:33 PM, Nicolas Holzschuch @.***> wrote:

 I don't think your image has been uploaded (github tends to remove content sent by e-mail). I have no idea what's happening. I would suggest reinstalling the app.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.