Error while creating workspace for course-introductory-workshop

Getting error on every fresh instance, I have already tried deleting and recreating

Missing table: trips

---------------------------------------------------------------------------
QError                                    Traceback (most recent call last)
Cell In[3], line 1
----> 1 get_ipython().run_cell_magic('q', '', 'system"cd ",.trn.nbdir:$["/"=first v;"";getenv[`HOME],"/"],v:first system "dirname \'",getenv[`JPY_SESSION_NAME],"\'"\n\\l scripts/loaddata.q\n')

File /opt/conda/lib/python3.13/site-packages/IPython/core/interactiveshell.py:2593, in InteractiveShell.run_cell_magic(self, magic_name, line, cell)
   2591 with self.builtin_trap:
   2592     args = (magic_arg_s, cell)
-> 2593     result = fn(*args, **kwargs)
   2595 # The code below prevents the output from being displayed
   2596 # when using magics with decorator @output_can_be_silenced
   2597 # when the last Python token in the expression is a ';'.
   2598 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False):

File /opt/conda/lib/python3.13/site-packages/pykx/nbextension.py:181, in q(instructions, code)
    179     if save:
    180         print(f"Cell contents not saved to '{path}' due to error during execution/saving.")
--> 181     raise e
    182 finally:
    183     if issubclass(type(_q), kx.QConnection):

File /opt/conda/lib/python3.13/site-packages/pykx/nbextension.py:169, in q(instructions, code)
    167     if debug or kx.config.pykx_qdebug:
    168         print(r['trc'])
--> 169     raise kx.QError(r['res'].py().decode())
    170 else:
    171     display(r['res']) if displayRet else print(r['res'])

QError: ./.ipynb_checkpoints/par-checkpoint.txt

2 Answers

2

Hi,

Your server has been restarted and I am able to open the notebooks and run the first few lines without error. Can you check again?

Let me know if you're still having issues.

Laura

Working now, thanks.