-
Notifications
You must be signed in to change notification settings - Fork 217
FAQ
This is a place for questions that do not fit on any of our topical FAQ/Help pages, which you can find on the FAQ/Help portal.
Remember: if you don't find what you need, or if you'd like to ask a question, then please email [email protected] at any time. We'd love to hear from you! Please include a link (the URL address in your browser) to any relevant project or document, as part of your email.
List of Questions:
- What tools are available for course management?
- How can I use Python3 by default in Sage worksheets?
- I created an ssh key in my project; how do I easily copy it?
- How can I download a whole directory?
- Can I pay with Paypal?
- If I have a license for proprietary software, can I run it in a CoCalc project?
- How can I clear the scrollback buffer in a terminal without deleting the terminal?
- CoCalc keeps saying that my clock is off. What should I do?
- What if my question isn't answered above?
See the tutorial for anyone wanting to use CoCalc for teaching.
First, try putting this in a cell of a Sage worksheet:
%auto
%default_mode python3
Then the rest of that worksheet will use Python3.
If you make a sage worksheet called
templates/linux/default.sagews
with the above content, it'll be used by default whenever you open a new worksheet in that project. You can create the above file quickly by navigating to your home directory in the file browser, then pasting the above in filename search in the upper left.
If you type ssh-keygen
in a terminal, then you'll generate an ssh key, which you might use with github (say) or sage's trac to easily push and pull to repositories. To copy this ssh key, you could type cat .ssh/id_rsa.pub
and copy in the terminal, but you'll have to manually delete a bunch of newlines. Alternatively, do the following:
-
In the project file list, click on the icon that looks like an eye in the middle on the right side of the screen to reveal hidden files (those that start with a dot).
-
Click on the
.ssh
directory -- you can easily find it by typing "ssh" in the search box labeled "choose files..." on the left. -
Click on
id_rsa.pub
, then highlight everything and copy as usual. -
Click the eye again to turn off viewing hidden files.
Alternatively, type this into the small "terminal command" box in "files": cat ~/.ssh/*.pub
. Below the box, you can conveniently copy/paste it!
You can also type the following into a full terminal: open ~/.ssh/id_rsa.pub
There is currently no provision to download an entire directory.
To accomplish this, you can easily create a .zip
-archive.
Above the files view, on the right, there is a command-box.
For a directory called "My Homework", type in:
zip download-homework.zip "My Homework"
The directory name needs to be exactly the same, including upper and lowercase letters, and any space characters need to be protected by quoting the entire name.
If successful, a new file download-homework.zip
should appear.
YES The only restriction is that because it is a manual process, at this time, we can accept only paypal for course subscriptions and 1-year subscriptions.
E-mail [email protected] to set this up.
CoCalc runs on virtual computers in Google Compute Engine (Google’s cloud), on Ubuntu Linux. If you have a valid license to run software, it may be possible to install and run it on CoCalc.
In a "plain" terminal, type in "reset". That's command tells the terminal to reinitialize itself. This should clear the buffer, too.
If you use tmux or another multiplexer, it sits on top of that terminal interface. There, you run "reset" and then close and reopen the terminal tab.
In both cases, the terminal file, the session and chat is still there and you didn't lose any history.
Here are some things to try:
- Check system time on your computer and make sure it matches correct time for your timezone.
- Restart your web browser.
- Try a different web browser.
- Reboot your computer.
If none of the above helps, visit this link: http://browserspy.dk/date.php and take a screenshot of all the "Date and Time Information" output. Then email the screenshot to [email protected] along with the following information:
- your computer's operating system name and version
- browser name and version
- city where you are connecting from.
Email [email protected] with lots of details about your question. Do not hesitate to immediately email us, because we are eager to hear from you!
This Wiki is for CoCalc.com.
A more structured documentation is the CoCalc User Manual.
For further questions, please contact us.