Notebook Mega Thread! #6
Replies: 5 comments 11 replies
-
I love the Notebooks! I'm having issues generating object graphics in them though. I thought it was something in my notebook, but even running the example notebook, I get the following error when running the first plot cell: % PLOT: Attempt to call undefined procedure: 'DEFAULT'. The code in the cell is: ; make some plots! I get the same error with: p1 = plot(findgen(100)) Direct graphics are fine, so PLOT,FINDGEN(100) works. -Pete |
Beta Was this translation helpful? Give feedback.
-
Yes, p = plot(/test) works in 8.8.2 and 9.0 from either the command line or within the IDE. |
Beta Was this translation helpful? Give feedback.
-
Hi Zach, For 1., unfortunately, this doesn't resolve it. The code pops open an X graphics window now, but the error is the same: % PLOT: Attempt to call undefined procedure: 'DEFAULT'. For 2., Yes, I'm using 1.85.1 For 3, there's lots of info int the Extension Logs file, but no string with "Starting IDL"...just: idl-client info Starting the language server using "VSCode". Output from "node --version" (minimum is "16.0.0"): idl-client info Starting language server However, if I run a cell with just "PLOT,FINDGEN(10)" that renders fine, so I think the server is running. Looking for "NV5" as another clue, at the top is: idl-client info IDL directory and path: "/Applications/NV5/idl90/bin/bin.darwin.arm64" and later:
-Pete |
Beta Was this translation helpful? Give feedback.
-
Hi, I am having an issue with embedded graphics in the included IDL Notebook Example. When I run the the Graphics cell, a blank plot window shows up and the following error is thrown: Output log: Note: I have enabled the 'Embed Graphics' setting. How can I resolve this issue? Vasu |
Beta Was this translation helpful? Give feedback.
-
I have an issue with the notebooks (and IDL for Vscode overall), where I can't run IDL at all. I am new to IDL in general, but I think the IDL notebooks would be useful for my summer project. Currently, I am trying to run this on NERSC Perlmutter, which I connect to via SSH. I can run IDL from the command line there, but I can't start an IDL session on VScode. How do I resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
Hey All! We have an early preview of notebooks for IDL as part of the extension.
This is a thread where you can ask questions, report problems, or provide feedback on how they behave.
Beta Was this translation helpful? Give feedback.
All reactions