BookmarkSubscribeRSS Feed
s3725547
Calcite | Level 5

When I paste or hand-type the following code in Jupyter notebook, the code itself disappears.

 

This occurs with SAS university edition, but not with Jupyter notebook outside of the VirtualBox, and not with Python code or markdown within the VM.

 

 

 

%web_drop_table(WORK.IMPORT);


FILENAME REFFILE '/folders/myshortcuts/ass2--multivariate/data/pollution.csv';

PROC IMPORT DATAFILE=REFFILE
	DBMS=CSV
	OUT=WORK.IMPORT;
	GETNAMES=YES;
RUN;

PROC CONTENTS DATA=WORK.IMPORT; RUN;


%web_open_table(WORK.IMPORT);

 

 

This code is automatically produced automatically by SAS studio for import, so it shouldn't be the code itself.

 

Tested with:

  • SAS university edition version: university.cny.sas.com@sas:university-6p.2/6p.2.5be350ea99d3-1-2
  • SAS studio works
  • Jupyter works with SAS 

All help is appreciated.

1 REPLY 1
Reeza
Super User
Then definitely a SAS tech support issue.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 767 views
  • 0 likes
  • 2 in conversation