Tom Driftwood X3
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Edited Execute python code chunk in markdown files
AnsweredHow 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... -
Created LD_LIBRARY_PATH ignored
AnsweredI 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. ... -
Created Clear all plots in Intellij with python command
AnsweredI 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? -
Created jupyter notebook via remote ssh interpreter
AnsweredEven 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? -
Created plots not shown in Intellij when running code on server
AnsweredIn 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...