Tom Driftwood X3
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Tom Driftwood X3 created a post, AnsweredExecute python code chunk in markdown files
How can I execute a python code chunk in a markdown file (.md) in Intellij? In Rmarkdown, it ist possible to execute code and hence create professional reports. How is this possible in Intellij wit... -
Tom Driftwood X3 created a post, AnsweredLD_LIBRARY_PATH ignored
I have set the LD_LIBRARY_PATH to a package in both the Run Configuration and my py-file. However, Intellij keeps saying that the package is not found, it seems that my LD_LIBRARY_PATH is ignored. ... -
Tom Driftwood X3 created a post, AnsweredClear all plots in Intellij with python command
I have a function that generates many plots which are shown in the SciView of Intellij. Is there a way to delete all plots with code in a Python function? -
Tom Driftwood X3 created a post, Answeredjupyter notebook via remote ssh interpreter
Even though I have installed jupyter package on the remote server, Intellij keep saying that jupyter package is not installed. How can I configure jupyter server that it can connect via ssh? -
-
-
-
Tom Driftwood X3 commented, -
Tom Driftwood X3 created a post, Answeredplots not shown in Intellij when running code on server
In Intellij, plots are not displayed in the SciView Plot area on my PC when I run the code below on the Server (ssh connection).The plot is correctly saved in my working directory on the server (my...