Read the FAQs

At a Glance

Check here for answers to the most frequently asked questions (FAQs) about HISE, including certificates of reproducibility (CertPro) and Data Apps. The following questions are arranged alphabetically by topic.


IDEs/Jupyter notebooks

Q: Can I upload files to my IDE?

Files can be uploaded from within the Jupyter UI, but we discourage downloading. To initiate an upload, simply click the up arrow found within the top left of the UI. 


Q: Can I transfer files to another IDE?

While file transfer between instances is not supported, the HISE SDK has methods that let you upload files to your own private scratch space folder, which you can then download from within another instance. See the file called "QUICKSTART" in the examples folder of the IDE for details.


Q: How can I expand the amount of disk available to my IDE?

While we are in the process of adding this as a feature, this must be done manually by HISE staff. Please contact support if you require more space.


Q:  I interrupted a package installation, and I can no longer install it. What’s going on?

Sometimes install.packages can fail so badly that the lock directory is not removed: this inhibits any further installs to the library directory (or for --pkglock, of the package) until the lock directory is removed manually. p_unlock deletes the directory ‘00LOCK’ that is left behind.


Q: My kernel seems to hang or crash. What’s going on here?

First, verify via HTop/Top in the terminal to see if the process is still running or using resources. Low CPU utilization is often a telltale sign of a hung process. Once you’ve confirmed, consider the following:

Find more info about the kernel states here: https://jupyterlab.readthedocs.io/en/latest/api/modules/services.kernel.html


Q: I’m trying to access the UI, but I get a 524. What’s happening?

This can happen for a number of reasons:


Q: I saved some data outside of my home directory, and it’s no longer there. What gives?

Data inside /home/jupyter persists between reboots. Anything outside of this directory gets wiped.


Q: I’m using IE/Firefox, and I’m seeing some weird issues within HISE.
The user experience for the HISE UI/IDE is designed for Chrome. If you’re using Chrome, then a refresh or relog often resolves the issue. This is often due to fresh updates being pushed to HISE.


Q: My notebook/cell is unresponsive, the kernel seems to be inactive, and I still have access to the terminal. How can I get this back to a working order?


We've found that, from time to time, a running cell can go rogue. This seems to happen more often when the cell is expected to error out. The immediate work-around is to open a terminal window, and kill the process:

This appears to be a transient issue, and is often remediated by simply retrying the cell, though killing the runaway kernel does delete objects in memory. To prevent this in the future, we’d suggest the following:


Requests

Q: Where do I find a list of proposed and current user memberships?

For current users: Manage Users Dashboard

For proposed users:  HISE Rosters


Q: Can I, the user, have access to a specific bucket or watchfolder?

Assuming the requesting user is already a HISE user they can be granted access to the Watchfolder for their Partner. Requests for non-watchfolder bucket access should be forwarded to the DevOps team for access management. In order to grant access to a Watchfolder, follow these steps:


Related Resources

Use Jupyter Notebooks

Use Your Personal Space