I wanted to try Julia and thought it would be nice to start of using Julia Studios. For some reason it seems the editor does not indent loops and end-statements correctly. I tried looking in preferences but couldn't find anything to help, neither when googeling. Anyone else experienced this problem?
I'm on a OSX 10.7+.
Julia Studio has been unsupported and deprecated for a long time (years?), which seems to be pretty clearly indicated on the Forio website. You could try Juno or I just use Sublime Text and the Julia REPL in the terminal.
Related
I'm using Sublime Text (Build 4126) on a MacBook Pro (running Monterey 12.2.1) with the R-IDE package. I installed it as described at:
https://packagecontrol.io/packages/R-IDE
i.e., in R: install.packages("languageserver"); then in Sublime: install R-IDE, LSP, and LSP-R from Package Control.
Items under the R-IDE menu work as expected, syntax highlighting works, and the hover feature shows references to other occurrences of the item under the cursor. However, signature help doesn't work. This worked (most of the time) under R-Box (both written by randy3k). I've tried playing with settings files, but really don't know what I'm doing. I suspect this is probably a languageserver issue (https://github.com/REditorSupport/languageserver), but I'm just fumbling around.
Any suggestions on how to get signature help working for R in Sublime Text? Is anyone else not able to get it working?
I am using Julia.
I am trying to get some greek characters in Jupyter notebooks.
First I downloaded the latest version of Julia 1.6.2
For the jupyter connection I used anaconda, in julia repl i put ] add IJulia, and then I could chose the Julia kernel in Jupyter.
Then a friend suggested to download vs code (since we got a problem in the working directory with jupyter-anaconda)
In VS code we got no problem with working directories. And to work with notebooks we installed the Jupyter extension. It was working very well, but we got to this problem that we cannot get greek characters.
In Jupyter (anaconda) I could easily put greek characters, like this:
no package needed, nothing, just like that.
However in VSCode I cannot get that, nor "predictive text" or coding suggestions:
Any tips on how to solve this?
Like we are preferring VS Code and we know there's a way to get the greek characters on it, but we don't know how.
Any help is very welcomed.
Thanks in advance.
Check out the docs for the Julia extension in VS code here: https://code.visualstudio.com/docs/languages/julia. Per the comments above, make sure this is installed and you have the Julia kernel selected. You should then see the following:
I have downloaded R and Rstudio the latest versions respectively.
But whenever I am practising writing some code in the R script section of the IDE in R studio after a few minutes the mouse cursor keeps disappearing and I can’t write anymore code. It’s very frustrating. Is there a problem in the program? I never used to have this problem with the old version of R studio.
Any help will be much appreciated.
Maybe it is not the same problem, but I recently had issues with the pointer using R. I fixed in this way: Ctrl + R, write "Control mouse" and then in Pointer Options deselect the option: "Hide pointer while writing".
starting my R experience with Rstudio I switched to sublime when I started to work with R Markdown. My setup was working well until the sendRepl step broke all of the sudden and I could not get it to work, yet.
I switched to atom and was suprised how easy it was to get it running by using language-R bei LeeDom language-R and the fantastic R-exec by pimentel R-exec.
Everything works fine, but I am missing setting bookmarks and the linenumbers in an Rmd.file in atom. Not sure, if I have overseen something.
Would be great, if someone would let me know, how to set bookmarks and toggle the linenumbers in atom in a Rmd.file. This all works in a R.file, but unfortunately not in a Rmd.
Thanks.
after using sciviews-K for a while, I am about to give the R Eclipse combo another chanced. I updated to Helios on my Mac OS X Snow Leopard. So far everything that used to make trouble with Eclipse works, but somehow I miss the auto-completion of code. Or at least the standard suggestion of paramaters when you use R functions. This is even possible in the standard R GUI.
How can I use some of these enhancements with StatET Eclipse?
Thx in advance for not telling me to use Emacs / ESS !
Looks like you can't have an answer shorter than 15 characters, so here is some elaborate text to pass this silly check. Try pressing Ctrl+Space.